feat: There is no way the es testStatus
This commit is contained in:
@@ -973,10 +973,10 @@
|
||||
<el-table-column
|
||||
align="center"
|
||||
width="180"
|
||||
:label="selectIndex === 'INLAND_STAND' ? '文本状态' : (this.selectIndex === 'INLAND_LAWS' ? '文件状态' : '企业标准状态')">
|
||||
:label="selectIndex === 'INLAND_STAND' ? '文本状态' : (this.selectIndex === 'INLAND_LAWS' ? '文件状态' : '文本状态')">
|
||||
<template slot-scope="scope">
|
||||
<div>
|
||||
{{ scope.row.standstateshow }}
|
||||
{{ selectIndex === 'INLAND_STAND' ? scope.row.textStatusName : (selectIndex === 'INLAND_LAWS' ? scope.row.textStatusLawsName : scope.row.textStatusBussName) }}
|
||||
</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
@@ -1963,20 +1963,8 @@ export default {
|
||||
});
|
||||
}
|
||||
} else {
|
||||
if (this.$hasPermission("AMFQKB2GCPSJ5YVPPHG6")) {
|
||||
routername = "OtherBussStandardDetails";
|
||||
pagetype = "BUSINESS_STAND ";
|
||||
// this.judgeBussRole(item)
|
||||
// if (this.bussRoleFlag === false) {
|
||||
// this.$message.error('当前角色无权限查看此信息')
|
||||
// } else {
|
||||
// }
|
||||
} else {
|
||||
this.$message({
|
||||
message: "无权访问",
|
||||
type: "warning"
|
||||
});
|
||||
}
|
||||
}
|
||||
// 详情跳到新页
|
||||
if (routername !== "") {
|
||||
|
||||
Reference in New Issue
Block a user