|
|
@ -21,7 +21,7 @@ const localValue = computed({ |
|
|
|
const options = computed<SelectProps['options']>(() => |
|
|
|
const options = computed<SelectProps['options']>(() => |
|
|
|
meta.value?.columns |
|
|
|
meta.value?.columns |
|
|
|
?.filter((c: ColumnType) => { |
|
|
|
?.filter((c: ColumnType) => { |
|
|
|
if (c.uidt === UITypes.QrCode || c.uidt === UITypes.Barcode || c.uidt === UITypes.ID) { |
|
|
|
if (c.uidt === UITypes.QrCode || c.uidt === UITypes.Barcode || c.uidt === UITypes.ID || c.system) { |
|
|
|
return false |
|
|
|
return false |
|
|
|
} else if (isSort) { |
|
|
|
} else if (isSort) { |
|
|
|
/** ignore hasmany and manytomany relations if it's using within sort menu */ |
|
|
|
/** ignore hasmany and manytomany relations if it's using within sort menu */ |
|
|
|