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