Commit 224d748d authored by zhengke's avatar zhengke

增加下载提示

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