修改按钮权限

This commit is contained in:
qq787203167
2022-03-09 14:38:43 +08:00
parent 653c8962e9
commit a66f628a45
3 changed files with 24 additions and 20 deletions
@@ -115,9 +115,9 @@
formInline[item.db_field_name] == null) ? $t('clickUpload') : $t('viewUploadedFiles')
}}
</a-button>
<span class="button-text-text" v-if="formInline[item.db_field_name]">
{{formInline[item.db_field_name].split(',').length}}
</span>
<!-- <span class="button-text-text" v-if="formInline[item.db_field_name]">-->
<!-- {{formInline[item.db_field_name].split(',').length}}-->
<!-- </span>-->
</a-form-model-item>
</div>
</a-col>