Merge branch 'v2.0' of https://github.com/bufanyun/hotgo into v2.0

This commit is contained in:
孟帅
2023-05-14 23:55:38 +08:00
8 changed files with 11 additions and 6 deletions

View File

@@ -284,6 +284,7 @@
return h(NTreeSelect, {
value: row.dictType,
disabled: row.name === 'id',
clearable: true,
options: props.selectList?.dictMode ?? [],
onUpdateValue: function (e) {
row.dictType = e;