mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-23 15:35:06 +08:00
使用最新的 form generator 编辑器
This commit is contained in:
@ -125,6 +125,10 @@ export default {
|
||||
// ...JSON.parse(data.conf),
|
||||
// fields: this.decodeFields(data.fields)
|
||||
// }
|
||||
console.log({
|
||||
...JSON.parse(data.conf),
|
||||
fields: this.decodeFields(data.fields)
|
||||
})
|
||||
this.detailForm = {
|
||||
fields: [
|
||||
{
|
||||
@ -292,7 +296,6 @@ export default {
|
||||
formBtns: true,
|
||||
unFocusedComponentBorder: false
|
||||
}
|
||||
console.log(this.detailForm)
|
||||
});
|
||||
},
|
||||
decodeFields(fields) {
|
||||
|
Reference in New Issue
Block a user