Commit eb99339f authored by 耿迪迪's avatar 耿迪迪

任务问题修改 gengdidi

parent 4696cde3
......@@ -284,7 +284,7 @@
/>
<el-input v-show="false" disabled v-model="form.iconUrl"></el-input>-->
<div style="width: 20%;">
<el-image :src="form.iconUrl" :preview-src-list="[form.iconUrl]" style="width: auto;height: auto;" z-index="9999"></el-image>
<el-image :src="form.iconUrl" :preview-src-list="[form.iconUrl]" style="width: auto;height: auto;" :z-index= "3000"></el-image>
</div>
</el-form-item>
<el-form-item label="反馈信息" prop="rectificationResult" v-show="isDetail && (form.workStatus =='2' || form.workStatus =='3')">
......@@ -759,7 +759,6 @@ export default {
this.open = true;
this.title = "燃气任务详情";
this.form = response.data;
console.log(this.form,"==========fsdfdsfdsfdsf")
this.getEnterpriseLists();
this.getInspectionUserList(response.data.workAssignEnterproseId);
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment