提交 2831505e 编写于 作者: zhentian.jia's avatar zhentian.jia

不可编辑判断

上级 fb1786a8
...@@ -2219,16 +2219,13 @@ export default { ...@@ -2219,16 +2219,13 @@ export default {
}); });
}, },
selectableTableList(row, index) { selectableTableList(row, index) {
if (this.status4Flag == 1) { // if (this.status4Flag == 1) {
// if (row.status == 1) { if (row.modifyFlag == 1) {
// return false; return false;
// }
if (row.modifyFlag == 1) {
return false;
}
return true;
} }
return true; return true;
// }
// return true;
}, },
selectableTableEcology(row, index) { selectableTableEcology(row, index) {
return false; return false;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册