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