|
@@ -201,7 +201,7 @@ export default {
|
|
|
|
|
|
|
|
// 查询选择船舶或地图点选船舶
|
|
// 查询选择船舶或地图点选船舶
|
|
|
async function selectShip(item, cargo) {
|
|
async function selectShip(item, cargo) {
|
|
|
- if (!cargo) return;
|
|
|
|
|
|
|
+ // if (!cargo) return;
|
|
|
clearPolyline();
|
|
clearPolyline();
|
|
|
let res;
|
|
let res;
|
|
|
if (store.state.currentTabText == "运输安全管理中心") {
|
|
if (store.state.currentTabText == "运输安全管理中心") {
|
|
@@ -282,7 +282,7 @@ export default {
|
|
|
align-items:center;position:relative;top:${offsetX}px;left:${offsetY}px">
|
|
align-items:center;position:relative;top:${offsetX}px;left:${offsetY}px">
|
|
|
<div
|
|
<div
|
|
|
style="
|
|
style="
|
|
|
- height: 118px;
|
|
|
|
|
|
|
+ height: ${cargo ? "118px" : "60px"};
|
|
|
width: 3px;
|
|
width: 3px;
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
background: rgb(16, 255, 185);
|
|
background: rgb(16, 255, 185);
|
|
@@ -293,7 +293,7 @@ export default {
|
|
|
<div
|
|
<div
|
|
|
style="
|
|
style="
|
|
|
padding: 8px 12px;
|
|
padding: 8px 12px;
|
|
|
- height: 118px;
|
|
|
|
|
|
|
+ height: ${cargo ? "118px" : "60px"};
|
|
|
width: 191px;
|
|
width: 191px;
|
|
|
background: rgba(0, 0, 0, 0.6);
|
|
background: rgba(0, 0, 0, 0.6);
|
|
|
text-align: left;
|
|
text-align: left;
|