Эх сурвалжийг харах

价格申报单去掉附件必填

黄梓星 1 жил өмнө
parent
commit
3857089917

+ 1 - 1
src/views/purchase/apply/add/columns.js

@@ -82,7 +82,7 @@ export default function useColumns() {
       attr: { is: "el-input", disabled: true, readonly: true },
     },
     {
-      item: { key: "file", title: "附件", required: true, span: 24 },
+      item: { key: "file", title: "附件", span: 24 },
       attr: { is: "el-file-upload" },
     },
     {

+ 1 - 1
src/views/purchase/apply/copy/columns.js

@@ -82,7 +82,7 @@ export default function useColumns() {
       attr: { is: "el-input", disabled: true, readonly: true },
     },
     {
-      item: { key: "file", title: "附件", required: true, span: 24 },
+      item: { key: "file", title: "附件", span: 24 },
       attr: { is: "el-file-upload" },
     },
     {

+ 1 - 1
src/views/purchase/apply/edit/columns.js

@@ -82,7 +82,7 @@ export default function useColumns() {
       attr: { is: "el-input", disabled: true, readonly: true },
     },
     {
-      item: { key: "file", title: "附件", required: true, span: 24 },
+      item: { key: "file", title: "附件", span: 24 },
       attr: { is: "el-file-upload" },
     },
     {