diff --git a/src/views/bst/area/edit/edit.vue b/src/views/bst/area/edit/edit.vue index 77aaf57..c60252f 100644 --- a/src/views/bst/area/edit/edit.vue +++ b/src/views/bst/area/edit/edit.vue @@ -10,12 +10,12 @@ - - - - + + + + - - - - @@ -117,6 +111,9 @@ + + + diff --git a/src/views/bst/order/view/view.vue b/src/views/bst/order/view/view.vue index 2c31a6e..6e464ca 100644 --- a/src/views/bst/order/view/view.vue +++ b/src/views/bst/order/view/view.vue @@ -470,7 +470,7 @@ export default { } if (fee.manageFee || fee.dispatchFee) { - this.$confirm(`订单${row.no}存在${fee.dispatchFee ? '调度费' + fee.dispatchFee + '元' : ''}${fee.manageFee ? '管理费' + fee.manageFee + '元' : ''},是否收取?`, '提示', { + this.$confirm(`订单${row.no}存在${fee.dispatchFee ? '调度费' + fee.dispatchFee + '元' : ''}${fee.manageFee ? '管理费' + fee.manageFee + '元' : ''},是否收取?`, '提示', { confirmButtonText: '收取', cancelButtonText: '不收取', type: 'warning' @@ -496,7 +496,7 @@ export default { this.loading = true; endOrder(id, needDispatchFee).then(res => { this.$message.success("结束成功"); - this.getList(); + this.getDetail(); }).catch((err) => { this.loading = false; })