Commit 34f13e1e by peiqiQQQ

修改选框发布状态

1 parent 2337bcfb
Showing with 2 additions and 1 deletions
......@@ -1253,7 +1253,8 @@ export default {
},
selectable(row) {
//表格勾选框禁用
if (row.state == 1 || row.state == 0) {
// if (row.state == 1 || row.state == 0) {
if (row.state == 1) {
return false // 禁用
} else {
return true //不禁用
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!