ysy 2 년 전
부모
커밋
44b2f25633
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/views/materialPlan/components/plan-edit-dialog.vue

+ 4 - 4
src/views/materialPlan/components/plan-edit-dialog.vue

@@ -119,8 +119,8 @@
                 <fileUpload v-model="row.imgUrl" module="main" :showLib="false" :limit="1" />
               </template>
 
-              <template v-slot:annex="{ row }">
-                <fileUpload v-model="row.annex" module="main" :showLib="false" :limit="1" />
+              <template v-slot:files="{ row }">
+                <fileUpload v-model="row.files" module="main" :showLib="false" :limit="1" />
               </template>
 
 
@@ -390,8 +390,8 @@ export default {
 
         {
           label: '附件',
-          slot: 'annex',
-          action: ' annex',
+          slot: 'files',
+          action: ' files',
           align: 'center',
         },