|
@@ -107,7 +107,7 @@
|
|
|
<div><b>{{zb.assessTargetName}}</b></div>
|
|
|
<!-- 点击打开拍照 -->
|
|
|
<div @click="openCamera(zbIndex)">
|
|
|
- <a-icon type="camera" style="font-size: 30px;" />
|
|
|
+ <a-icon type="camera" theme="twoTone" style="font-size: 30px;" />
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- 拍照图片 -->
|
|
@@ -146,7 +146,7 @@
|
|
|
</div>
|
|
|
<!-- 提交按钮-->
|
|
|
<div class="checkWork-button" v-if="kptj&&kptj.finishedTargetCount==kptj.totalTargetCount&&kptj.totalTargetCount!=0">
|
|
|
- <div v-if="xdType=='video'" @click="submitTask">提交本次巡店</div>
|
|
|
+ <div v-if="xdType=='video'" @click="submitTask">保存本次巡店</div>
|
|
|
<div v-if="xdType=='scene'" @click="nextStep">下一步</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -171,7 +171,7 @@
|
|
|
</div>
|
|
|
<!-- 提交 -->
|
|
|
<div class="f-btns">
|
|
|
- <a-button size="large" @click="saveZbPlImgs" type="primary" block> 提交 </a-button>
|
|
|
+ <a-button size="large" @click="saveZbPlImgs" type="primary" block> 保存 </a-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</a-drawer>
|