db模块-表数据页面支持直接修改数据(暂只支持达梦数据库)

This commit is contained in:
diant
2023-06-16 18:42:21 +08:00
parent 87e41e91c1
commit b7595dc766
7 changed files with 55 additions and 17 deletions

View File

@@ -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;
},