Commit ebe44373 authored by 刘用法's avatar 刘用法

审核中的提交时间和按钮点击

parent 67363daf
......@@ -42,7 +42,7 @@
</view>
</view>
<u-button class="right-btn" @click.stop="handleClick" :custom-style="buttonStyle" type="primary"
shape="circle">
shape="circle" :hover-class="buttonTextType ? 'none' : ''">
{{orderText}}
</u-button>
</view>
......@@ -71,7 +71,7 @@
currentWillOverTime: 10000, // 剩余时间
currentOverTime: new Date().getTime() + 10000, // 超过时间点
auditDatetime: '2021.04.19 12:45:09', // 审核时间
submissionTime: '2021.04.19 16:24:48', // 提交时间
orderFinishDatetime: '2021.04.19 16:24:48', // 提交时间
auditResults: {}, // 审核结果
orderBusinessType: 'R', // 业务类型 R 为抢单
orderId: '0', // 订单id
......@@ -174,7 +174,7 @@
'width': '100rpx'
}]
},
buttonDisabled() {
buttonTextType() {
return this.orderType == 4 || this.orderType == 6
},
dizhiImage() {
......@@ -254,7 +254,7 @@
},
methods: {
handleClick() {
if (this.buttonDisabled) return
// if (this.buttonDisabled) return
this.$emit('action')
},
handleClickCell() {
......
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