db模块-表数据页面支持直接修改数据(暂只支持达梦数据库)
This commit is contained in:
@@ -703,6 +703,9 @@ export default {
|
||||
if (this.uxGridCell) {
|
||||
this.uxGridCell.style.border = 'none'
|
||||
}
|
||||
if(column.type==='index'||column.type==='checkbox'){
|
||||
return;
|
||||
}
|
||||
cell.style.border = '2px solid #0078d7'
|
||||
this.uxGridCell = cell;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user