文档服务地址:http://47.92.0.57:3000/ 周报索引地址:http://47.92.0.57:3000/s/NruNXRYmV

Commit 853b7cf5 by 李严凡

前端显示内容改动

parent fa6fd659
...@@ -248,7 +248,7 @@ ...@@ -248,7 +248,7 @@
<el-row :gutter="20"> <el-row :gutter="20">
<el-form-item> <el-form-item>
<!-- 采用手风琴实现折叠--> <!-- 采用手风琴实现折叠-->
<el-collapse v-model="activeName" > <el-collapse v-model="activeNameD" >
<div v-if="dynamicValidateForm.dataFormList.length != 0"> <div v-if="dynamicValidateForm.dataFormList.length != 0">
<el-form-item v-for="(domain, index) in dynamicValidateForm.dataFormList" <el-form-item v-for="(domain, index) in dynamicValidateForm.dataFormList"
:key="domain.key" :key="domain.key"
...@@ -430,7 +430,7 @@ ...@@ -430,7 +430,7 @@
var ins ; var ins ;
var entityList = [{ var entityList = [{
id: 1, id: 1,
label: '实体模板', label: '实体模板内容',
children: [] children: []
}]; }];
return { return {
...@@ -504,6 +504,7 @@ ...@@ -504,6 +504,7 @@
activeNameF:[], activeNameF:[],
activeNameP:[], activeNameP:[],
activeNameL:[], activeNameL:[],
activeNameD:[0,1,2,3,4,5],
cardName : 'first', cardName : 'first',
createModeValue:'-1', createModeValue:'-1',
createModeLable:'自定义模板', createModeLable:'自定义模板',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment