Commit 224d748d authored by zhengke's avatar zhengke

增加下载提示

parent 9eecd254
......@@ -95,6 +95,11 @@
<td><input id="vshowK" v-model="TripLayer.vshowK" type="checkbox" /><label for="vshowK">{{$t('salesModule.JDTP')}}</label></td>
<td><input id="vshowLLR" v-model="TripLayer.vshowLLR" type="checkbox" /><label for="vshowLLR">{{$t('salesModule.EmergencyContact')}}</label></td>
</tr>
<tr height="36">
<td style="padding-left:28px;"><input id="vshowO" v-model="TripLayer.vshowO" type="checkbox" /><label for="vshowO">显示视频图片</label></td>
<td></td>
</tr>
</tbody>
<tr height="66">
<td colspan="2" align="center">
......@@ -138,6 +143,7 @@
vshowM: this.TripLayer.vshowM,
vshowN: this.TripLayer.vshowN,
vshowLLR: this.TripLayer.vshowLLR,
vshowO: this.TripLayer.vshowO,
vshowTCNUM: true,
isopOperation: obj.isopOperation,
}
......@@ -167,6 +173,8 @@
this.TripLayer.vshowM = false;
this.TripLayer.vshowLLR = false;
}
this.TripLayer.vshowO = false;
}
};
......
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