zhangqun 11 months ago
parent a8ed87fcf5
commit d241be13c8
  1. 12
      pages/map/index.vue

@ -142,8 +142,8 @@
<view @click="handleSubmit" class="btn btn7"> 确定 </view> <view @click="handleSubmit" class="btn btn7"> 确定 </view>
</view> </view>
</view> </view>
<u-modal :show="show" content="新增成功" confirm-text="人工排查" cancel-text="智能排查" :showConfirmButton='true' <u-modal :show="show" content="新增成功" confirm-text="人工排查" cancel-text="智能排查" :showConfirmButton='true'
:showCancelButton='true' @confirm="handleCheck(2)" @cancel="handleCheck(1)" :showCancelButton='true' @confirm="handleCheck(2)" @cancel="handleCheck(1)"
:closeOnClickOverlay="false"></u-modal> :closeOnClickOverlay="false"></u-modal>
</view> </view>
</template> </template>
@ -351,7 +351,7 @@ export default {
// } // }
// this.data = this.data.concat(data); // this.data = this.data.concat(data);
}, },
handleCheck(v) { handleCheck(v) {
this.show = false this.show = false
let url = v == 1 ? "/pages/index/detail" : "/pages/investigation/task"; let url = v == 1 ? "/pages/index/detail" : "/pages/investigation/task";
this.$.open(url + "?id=" + this.businessId); this.$.open(url + "?id=" + this.businessId);
@ -570,7 +570,7 @@ export default {
right: 0; right: 0;
width: 50px; width: 50px;
height: 28px; height: 28px;
line-height: 28px; line-height: 28px;
font-size: 22rpx; font-size: 22rpx;
background: #cc2936; background: #cc2936;
color: #fff; color: #fff;
@ -599,7 +599,7 @@ export default {
display: flex; display: flex;
.tit { .tit {
width: 92%; width: 92%;
height: 76rpx; height: 92rpx;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
display: -webkit-box; display: -webkit-box;
@ -608,7 +608,7 @@ export default {
font-size: 18px; font-size: 18px;
color: #363f4d; color: #363f4d;
font-weight: bold; font-weight: bold;
margin: 14px; margin: 14px 14px 8px 14px;
} }
.desc { .desc {
color: #666666; color: #666666;

Loading…
Cancel
Save