|
@@ -98,7 +98,7 @@
|
|
|
|
|
|
<el-dialog :title="title" :visible.sync="open" width="1000px" class="form-style">
|
|
|
<el-form ref="form" :model="form" :rules="rules" label-width="164px">
|
|
|
- 检查
|
|
|
+ <div style="font-size: 18px;font-weight: bolder;width: 100%;background: #f0fbff;padding: 10px;margin-bottom: 10px;color: #4c82e0">检查</div>
|
|
|
<el-row :gutter="20">
|
|
|
<el-form-item label="图片" prop="picture">
|
|
|
<template v-if="picture!=''" v-for="(imageUrl, imgIndex) in this.picture.split(',')">
|
|
@@ -108,7 +108,7 @@
|
|
|
</template>
|
|
|
</el-form-item>
|
|
|
</el-row>
|
|
|
- 入户
|
|
|
+ <div style="font-size: 18px;font-weight: bolder;width: 100%;background: #f0fbff;padding: 10px;margin-bottom: 10px;color: #4c82e0">入户</div>
|
|
|
<el-row :gutter="20">
|
|
|
<el-form-item label="1.安检人员" prop="workCard">
|
|
|
<template v-if="workCard!=''" v-for="(imageUrl, imgIndex) in this.workCard.split(',')">
|