修改配置后更新
tabId需要对应
基本配置文件
{
"form": {
"tabs": [
{
"tabId": 1,
"attrs": {
"label": "基本信息"
},
"rows": []
},
{
"tabId": 25,
"attrs": {
"label": "来源信息"
},
"rows": []
},
//{
// "tabId": 27,
// "attrs": {
// "label": "关联工厂"
// },
// "rows": []
//},
{
"tabId": 16,
"attrs": {
"label": "图片信息"
},
"rows": []
},
{
"tabId": 3,
"attrs": {
"label": "审核状态"
},
"rows": []
},
//{
// "tabId": 8,
// "attrs": {
// "label": "扩展属性"
// },
// "rows": []
//},
{
"tabId": 4,
"attrs": {
"label": "资源描述"
},
"rows": []
}
],
"rows": [
{
"rowId": 1,
"attrs": {
"label": "基本信息"
},
"meta": {
"tabId": 1
},
"columns": []
},
{
"rowId": 25,
"attrs": {
"label": "资源来源"
},
"meta": {
"tabId": 25
},
"columns": []
},
//{
// "rowId": 27,
// "attrs": {
// "label": "关联工厂"
// },
// "meta": {
// "tabId": 27
// },
// "columns": []
//},
{
"rowId": 16,
"attrs": {
"label": "图片信息"
},
"meta": {
"tabId": 16
},
"columns": []
},
{
"rowId": 3,
"attrs": {
"label": "审核状态"
},
"meta": {
"tabId": 3
},
"columns": []
},
//{
// "rowId": 8,
// "attrs": {
// "label": "扩展属性"
// },
// "meta": {
// "tabId": 8
// },
// "columns": []
//},
{
"rowId": 4,
"attrs": {
"label": "资源描述"
},
"meta": {
"tabId": 4
},
"columns": []
}
],
"columns": {
"imgUrl": {
"meta": {
"rowId": "16",
"tabId": "16"
}
},
"remark": {
"meta": {
"rowId": "4",
"tabId": "4"
}
},
"auditStatus": {
"meta": {
"rowId": "3",
"tabId": "3"
}
},
"auditUserId": {
"meta": {
"rowId": "3",
"tabId": "3"
}
},
"auditOpinion": {
"meta": {
"rowId": "3",
"tabId": "3"
}
},
"linkAudio": {
"meta": {
"rowId": "25",
"tabId": "25"
}
},
"linkVideo": {
"meta": {
"rowId": "25",
"tabId": "25"
}
},
"idCard": {
"meta": {
"rowId": "25",
"tabId": "25"
}
},
"idCardSuffix": {
"meta": {
"rowId": "25",
"tabId": "25"
}
},
"telephoneSuffix": {
"meta": {
"rowId": "25",
"tabId": "25"
}
}
}
}
}
文档更新时间: 2022-08-27 14:45 作者:admin