mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-16 03:55:06 +08:00
v3.6.0 增加字典标签样式回显
This commit is contained in:
@ -33,7 +33,9 @@ const actions = {
|
||||
// 处理 dictValue 层级
|
||||
dictDataMap[dictData.dictType].push({
|
||||
value: dictData.value,
|
||||
label: dictData.label
|
||||
label: dictData.label,
|
||||
colorType: dictData.colorType,
|
||||
cssClass: dictData.cssClass,
|
||||
})
|
||||
})
|
||||
// 存储到 Store 中
|
||||
|
Reference in New Issue
Block a user