|
|
@@ -507,7 +507,7 @@ export default {
|
|
|
},
|
|
|
timeModification: {
|
|
|
handler (timeModification) {
|
|
|
- console.log(this.timeModification, 'abc')
|
|
|
+ // console.log(this.timeModification, 'abc')
|
|
|
if (timeModification) {
|
|
|
// 点击体系运行记录盒修改数据,子表返回状态可编辑
|
|
|
this.tableRights = 'e'
|
|
|
@@ -618,7 +618,7 @@ export default {
|
|
|
columnsRights[column.name] = this.getRealRights(rights[column.name] || FormUtils.getDefaultRigths(column))
|
|
|
})
|
|
|
}
|
|
|
- console.log(columnsRights, '000')
|
|
|
+ // console.log(columnsRights, '000')
|
|
|
return columnsRights
|
|
|
},
|
|
|
getButtonsRights (rights = {}) {
|