2月3日提交是否维度和合计功能

This commit is contained in:
mll
2026-02-03 21:53:18 +08:00
parent 5f12c03ed1
commit 8c65ff63fd
3 changed files with 73 additions and 9 deletions

View File

@@ -101,6 +101,7 @@ export const useRenderVxeColumn = (useType = 'table') => {
return <el-checkbox v-model={row[column.field]} true-value={row.fieldCode+'_s'} false-value="" />
}
},
LowSelect: {
default: (renderOpts, { row, column }, isStop = false) => {
if (column.field == 'dictType' && !row[column.field] && infoTableIsEdit({ row, column }, renderOpts)) {