提交 47dbbacf 编写于 作者: zhentian.jia's avatar zhentian.jia

不可编辑判断 机构 科室 人员

上级 2831505e
......@@ -416,7 +416,7 @@
type="selection"
width="55"
:reserve-selection="true"
:selectable="selectableTableList"
:selectable="selectableTableList2"
></el-table-column>
<el-table-column prop="name" label="科室名称" align="center">
<template slot="header" slot-scope="scope">
......@@ -2227,6 +2227,15 @@ export default {
// }
// return true;
},
selectableTableList2(row, index) {
if (this.status4Flag == 1) {
if (row.status == 1) {
return false;
}
return true;
}
return true;
},
selectableTableEcology(row, index) {
return false;
},
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册