Browse Source

零部件dvp计划列表,材料清单名称->材料清单编号

zhangjie 4 months ago
parent
commit
214f518b08
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/views/componentsDVP/dvpPlan/index.vue

+ 6 - 6
src/views/componentsDVP/dvpPlan/index.vue

@@ -116,8 +116,8 @@
           <template slot='isUpload' slot-scope='text, record, index'>
           <template slot='isUpload' slot-scope='text, record, index'>
             <span>{{ isOrNotMap[record.isUpload] || '-' }}</span>
             <span>{{ isOrNotMap[record.isUpload] || '-' }}</span>
           </template>
           </template>
-          <!-- 材料清单 -->
-          <template slot='fileName' slot-scope='text, record'>
+          <!-- 材料清单编号 -->
+          <template slot='materialsListCode' slot-scope='text, record'>
             <span class="clickContent" @click="viewReport(record)" :title="text">{{ text }}</span>
             <span class="clickContent" @click="viewReport(record)" :title="text">{{ text }}</span>
           </template>
           </template>
           <!-- 操作 -->
           <!-- 操作 -->
@@ -294,14 +294,14 @@ export default {
           align: 'center',
           align: 'center',
           ellipsis: true
           ellipsis: true
         },
         },
-        // 材料清单 名称
+        // 材料清单 编号
         {
         {
-          title: this.$t('plan.dvp.material-list'),
+          title: this.$t('plan.dvp.material-number'),
           width: 250,
           width: 250,
-          dataIndex: 'fileName',
+          dataIndex: 'materialsListCode',
           align: 'center',
           align: 'center',
           scopedSlots: {
           scopedSlots: {
-            customRender: "fileName"
+            customRender: "materialsListCode"
           }
           }
         },
         },
         // DVP计划状态
         // DVP计划状态