@@ -112,6 +112,7 @@
width="55"
align="center"
fixed
+ :selectable="tagSelectAble"
></el-table-column>
<el-table-column
type="index"
@@ -253,6 +254,9 @@ export default {
this.loadList()
}
}).catch(console.error).finally(() => {})
+ },
+ tagSelectAble (row) {
+ return row.tagApplyStateId === '0'