This commit is contained in:
parent
2fa3154615
commit
be3014c504
|
@ -22,7 +22,10 @@
|
|||
|
||||
<a-row>
|
||||
<a-col :span="23" style="text-align:left; margin:0 auto;">
|
||||
<div style="width:100%;text-align:right;">
|
||||
<a-button type="primary" @click="handleOneType" preIcon="ant-design:plus-outlined">新增项目</a-button>
|
||||
</div>
|
||||
|
||||
<div style="background:#fff4e6; border:1px solid #ffe8ca; border-radius: 8px; padding:10px; margin:10px 0;">
|
||||
<div style="font-weight: bold;">说明:</div>
|
||||
<div class="explain-word">1.关联第几个项目:若根据某个项目自动生成关联关系,请选择指定项目!</div>
|
||||
|
@ -72,7 +75,7 @@
|
|||
-->
|
||||
<a-col v-if="item.type==='4' || item.type==='5' || item.type==='9'|| item.type==='10'|| item.type==='11'|| item.type==='12'|| item.type==='13'|| item.type==='14'|| item.type==='15'">
|
||||
<a-row>
|
||||
<a-col :span="24">
|
||||
<a-col :span="24" style="text-align:right; margin-left:9px;">
|
||||
<a-button type="primary" @click="handleTwoType(item)" class="margin10" preIcon="ant-design:plus-outlined">新增字段</a-button>
|
||||
</a-col>
|
||||
<a-col :span="24" v-for="(twoItem,index2) in item.zyJxdgPzxxList" :key="index2">
|
||||
|
@ -91,7 +94,9 @@
|
|||
</a-row>
|
||||
</a-col>
|
||||
</a-row>
|
||||
|
||||
<div style="width:100%;text-align:right;">
|
||||
<a-button style="margin-right:20px;" type="primary" @click="handleOneType" preIcon="ant-design:plus-outlined">新增项目</a-button>
|
||||
</div>
|
||||
<!-- 子表单区域 -->
|
||||
<!-- <a-tabs v-model:activeKey="activeKey" animated>
|
||||
<a-tab-pane tab="教学大纲配置信息" key="zyJxdgMain" :forceRender="true">
|
||||
|
|
Loading…
Reference in New Issue