fix(components): 优化多个组件的显示逻辑
- 在 ApprovalDetail组件中,改进了多个字段的显示逻辑,增加了对 0值的处理 - 在 AttachmentUpload 组件中,调整了必填项的显示逻辑 - 在 ProjectApply 组件中,修改了前置流程字段的显示条件 - 在 upload 组件中,优化了文件列表的处理逻辑
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<!-- </el-form-item>-->
|
||||
<!-- </el-col>-->
|
||||
<el-col :span="24">
|
||||
<el-form-item :label="label" prop="" required>
|
||||
<el-form-item :label="label" prop="" :required="label!='项目归档附件'">
|
||||
<file-upload @getFile="getOtherFile"/>
|
||||
<el-button color="#DED0B2" v-if="templateDownloadBtnShow" @click="handleImportTemplateDownload"
|
||||
style="margin-left: 10px">模板下载
|
||||
|
||||
Reference in New Issue
Block a user