2月3日提交是否维度和合计功能
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user