Commit 374cff53 authored by 黄奎's avatar 黄奎

页面修改

parent 5c057730
...@@ -855,7 +855,7 @@ ...@@ -855,7 +855,7 @@
this.apipost("travelcontract_post_GetContractInfoService", this.msg, res => { this.apipost("travelcontract_post_GetContractInfoService", this.msg, res => {
if (res.data.resultCode === 1) { if (res.data.resultCode === 1) {
this.dataList = res.data.data; this.dataList = res.data.data;
this.isShowZhang = res.data.data.IsTravelAgencySignature; this.isShowZhang = res.data.data.isTravelAgencySignature;
} else { } else {
this.Error(res.data.message); this.Error(res.data.message);
} }
......
...@@ -901,7 +901,7 @@ ...@@ -901,7 +901,7 @@
<li> <li>
<el-row> <el-row>
<el-col :span="12">受托方(旅行社)签章:</el-col> <el-col :span="12">受托方(旅行社)签章:</el-col>
<el-col :span="12"><img v-if="dataList.IsTravelAgencySignature==1" class="signImg" <el-col :span="12"><img v-if="dataList.isTravelAgencySignature==1" class="signImg"
:src="dataList.zhangUrl" alt="" /></el-col> :src="dataList.zhangUrl" alt="" /></el-col>
</el-row> </el-row>
</li> </li>
......
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