Browse Source

20240319

java8
qiezi 10 months ago
parent
commit
626ee7023e
  1. 2
      src/views/modules/quote/index.vue

2
src/views/modules/quote/index.vue

@ -586,7 +586,7 @@ export default {
}) })
}, },
handleUpdateStatus(row){ handleUpdateStatus(row){
this.$confirm('确定要下达该报价单吗?', '提示', {
this.$confirm(`确定要${row.enStatus}该报价单吗?`, '提示', {
confirmButtonText: '确定', confirmButtonText: '确定',
cancelButtonText: '取消', cancelButtonText: '取消',
type: 'warning' type: 'warning'

Loading…
Cancel
Save