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