@@ -124,7 +124,12 @@ const tableConfig: PlusColumn[] = [
{
label: "字典标签",
prop: "dictLabel",
- valueType: "input"
+ valueType: "tag",
+ fieldProps: (value: string, row) => {
+ return {
+ type: row.row.listClass
+ };
+ }
},
label: "字典键值",