This commit is contained in:
parent
ac6dde089f
commit
ab30440d11
|
@ -189,22 +189,22 @@
|
|||
<a-col style="margin-bottom: 15px"></a-col>
|
||||
<a-col v-for="(item2, index2) in item.list2Map" :key="index2">
|
||||
<!-- -{{ item2 }}- -->
|
||||
<a-row>
|
||||
<a-col v-for="(item3, index3) in item2" :span="index3 == 0 ? '5' : '16'" :key="index3">
|
||||
<a-row style="margin:10px">
|
||||
<a-col v-for="(item3, index3) in item2" :span="index3 == 0 ? '5' : '16'" :key="index3" >
|
||||
<!-- -{{ item3 }}- -->
|
||||
<span>
|
||||
<a-input
|
||||
placeholder="请输入内容"
|
||||
v-model:value="item3.title"
|
||||
class="Sheet"
|
||||
style="width:92%; "
|
||||
style="width:95%; "
|
||||
:disabled="index3 == 0"
|
||||
@blur="handle2Glxm(item)"
|
||||
></a-input>
|
||||
</span>
|
||||
</a-col>
|
||||
<a-col :span="2">
|
||||
<button @click="handleKcmbZzbgDel(item, index2)" class="ant-btn">删除</button>
|
||||
<button @click="handleKcmbZzbgDel(item, index2)" class="ant-btn" >删除</button>
|
||||
</a-col>
|
||||
</a-row>
|
||||
</a-col>
|
||||
|
@ -342,7 +342,7 @@
|
|||
class="borderstyle"
|
||||
>
|
||||
<a-row>
|
||||
<a-col :span="24" style="height: 40px; line-height: 40px; background-color: #eff6f4">
|
||||
<a-col :span="24" style="height: 40px; line-height: 40px; background-color: #f7fbfa">
|
||||
<span class="title">{{ item.title }}</span>
|
||||
</a-col>
|
||||
<!-- 单行文本 1 -->
|
||||
|
|
|
@ -517,11 +517,11 @@
|
|||
</div>
|
||||
<div style="height: 45px"> </div>
|
||||
<div style="text-align: right; margin-top: 30px">
|
||||
<a @click="handleEdit(item, false)">编辑作业</a>
|
||||
<a @click="handleEdit(item, false)"><Icon icon="ant-design:form-outlined" />编辑作业</a>
|
||||
<a-divider type="vertical" />
|
||||
<a @click="handleFabu(item)">发布作业</a>
|
||||
<a @click="handleFabu(item)"><Icon icon="ant-design:upload-outlined" />发布作业</a>
|
||||
<a-divider type="vertical" />
|
||||
<a @click="handleDelete(item)">删除</a>
|
||||
<a @click="handleDelete(item)"><Icon icon="ant-design:delete-outlined" />删除</a>
|
||||
</div>
|
||||
</a-card>
|
||||
</a-col>
|
||||
|
|
Loading…
Reference in New Issue