Browse Source

修改默认值

wangqin
Joe 1 year ago
parent
commit
33cae95f9c
  1. 2
      ruoyi-ui/src/views/JiHeExpressway/components/Descriptions.vue

2
ruoyi-ui/src/views/JiHeExpressway/components/Descriptions.vue

@ -81,7 +81,7 @@ export default {
if (templateResult && templateResult != item.key) return templateResult
return result
return result || item.text;
},
getComponent(type) {
return `Form${type.replace(/^[a-z]/, word => word.toUpperCase())}`

Loading…
Cancel
Save