bug
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
@getList="getTableData" :col-configs="colConfigs" :dict="dict">
|
||||
<el-table-column slot="options" label="操作" fixed="right" align="center">
|
||||
<template slot-scope="{row}">
|
||||
<el-button type="text" @click="showDetail(row)" v-if="row.zwspPictureUrl">详情</el-button>
|
||||
<el-button type="text" @click="showDetail(row)" v-if="row.zwspId">详情</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</ai-table>
|
||||
@@ -98,7 +98,7 @@ export default {
|
||||
})
|
||||
},
|
||||
showDetail(row) {
|
||||
this.dialogTitle = row.classificationName
|
||||
this.dialogTitle = row.processName
|
||||
this.dialogImgUrl = row.zwspPictureUrl
|
||||
this.dialog = true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user