fix : 修复表格更新数据回显,新增征集提示框

This commit is contained in:
2024-06-29 15:39:42 +08:00
parent 3efcc1d039
commit 38e9c1d1e5
5 changed files with 28 additions and 18 deletions

View File

@@ -173,10 +173,10 @@ const searchConfig = reactive([
])
const tableConfig = reactive({
columns: [
{
type: 'selection',
prop: 'selection'
},
// {
// type: 'selection',
// prop: 'selection'
// },
{
prop: 'name',
type: 'index',