|
@@ -90,6 +90,15 @@
|
|
|
<li v-for="(item, index) in scope.row.attachList" :key="index"><a @click="previewFile(item.url)">{{item.fileName}}</a></li>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ v-if="!showProgress"
|
|
|
+ prop="operationRecords"
|
|
|
+ header-align="center"
|
|
|
+ align="center"
|
|
|
+ min-width="160"
|
|
|
+ :show-tooltip-when-overflow="true"
|
|
|
+ label="操作说明">
|
|
|
+ </el-table-column>
|
|
|
<el-table-column
|
|
|
v-if="dataForm.state !== '3'"
|
|
|
fixed="right"
|
|
@@ -244,7 +253,7 @@ export default {
|
|
|
// 查询
|
|
|
queryData () {
|
|
|
this.pageIndex = 1
|
|
|
- this.showProgress = this.dataForm.state !== '2'
|
|
|
+ this.showProgress = this.dataForm.state !== '3'
|
|
|
this.getDataList()
|
|
|
},
|
|
|
// 获取数据列表
|