|
|
@@ -214,7 +214,7 @@
|
|
|
</el-descriptions>
|
|
|
|
|
|
<el-descriptions v-if="type === org_type.yewd" class="margin-top" :column="3" size="medium" border>
|
|
|
- <el-descriptions-item label="穿墙式设备" v-if="selfServiceBank==1" labelClassName="gx_info_label" :contentStyle='contentStyle' :labelStyle='labelStyle'>
|
|
|
+ <el-descriptions-item label="穿墙式设备" v-if="this.selfServiceBank==1" labelClassName="gx_info_label" :contentStyle='contentStyle' :labelStyle='labelStyle'>
|
|
|
<el-input-number
|
|
|
v-model="wallPenetratingEquipment"
|
|
|
controls-position="right"
|
|
|
@@ -223,7 +223,7 @@
|
|
|
:max="999"
|
|
|
></el-input-number>
|
|
|
</el-descriptions-item>
|
|
|
- <el-descriptions-item label="大堂式设备" v-if="selfServiceBank==1"
|
|
|
+ <el-descriptions-item label="大堂式设备" v-if="this.selfServiceBank==1"
|
|
|
labelClassName="gx_info_label" :contentStyle='contentStyle' :labelStyle='labelStyle'>
|
|
|
<el-input-number
|
|
|
v-model="lobbyEquipment"
|
|
|
@@ -263,7 +263,7 @@
|
|
|
</el-radio-group>
|
|
|
</el-descriptions-item>
|
|
|
</el-descriptions>
|
|
|
- <el-descriptions class="margin-top" v-if="businessLibrary==1" :column="3" size="medium" border>
|
|
|
+ <el-descriptions class="margin-top" v-if="this.businessLibrary==1" :column="3" size="medium" border>
|
|
|
<el-descriptions-item label="业务库类型" :contentStyle='contentStyle' :labelStyle='labelStyle' labelClassName="gx_info_label">
|
|
|
<el-select clearable v-model="businessLibraryType" placeholder="请选择业务库类型" >
|
|
|
<el-option
|
|
|
@@ -283,7 +283,7 @@
|
|
|
</el-radio-group>
|
|
|
</el-descriptions-item>
|
|
|
</el-descriptions>
|
|
|
- <el-descriptions class="margin-top" :column="3" v-if="askari==1" size="medium" border>
|
|
|
+ <el-descriptions class="margin-top" :column="3" v-if="this.askari==1" size="medium" border>
|
|
|
<el-descriptions-item labelClassName="gx_info_label" label="内部保安人数" :contentStyle='contentStyle' :labelStyle='labelStyle'>
|
|
|
<el-input-number
|
|
|
v-model="innerCount"
|
|
|
@@ -293,7 +293,7 @@
|
|
|
:max="999"
|
|
|
></el-input-number>
|
|
|
</el-descriptions-item>
|
|
|
- <el-descriptions-item labelClassName="gx_info_label" label="外聘保安人数" :contentStyle='contentStyle' :labelStyle='labelStyle'>
|
|
|
+ <el-descriptions-item labelClassName="gx_info_label" label="外聘保安人数" :contentStyle='contentStyle' :labelStyle='labelStyle'>
|
|
|
<el-input-number
|
|
|
v-model="outsideCount"
|
|
|
controls-position="right"
|
|
|
@@ -310,6 +310,7 @@
|
|
|
</el-descriptions-item>
|
|
|
<el-descriptions-item v-if="isAskariCertificate==1" labelClassName="gx_info_label" label="上传保安证" :contentStyle='contentStyle' :labelStyle='labelStyle'>
|
|
|
<image-upload
|
|
|
+ v-model="askariCertificate"
|
|
|
:limit="5"
|
|
|
:value="askariCertificate"
|
|
|
@input="getImgUrl"
|
|
|
@@ -396,7 +397,6 @@
|
|
|
></el-input-number>
|
|
|
</el-descriptions-item>
|
|
|
</el-descriptions>
|
|
|
- </el-descriptions>
|
|
|
|
|
|
</div>
|
|
|
</div>
|