|
@@ -107,8 +107,8 @@ export default {
|
|
|
this.report.disclosure_id = disclosure_id;
|
|
|
await this.toStatus(status);
|
|
|
this.$confirm(`是否生成评估报告`, '提示', {
|
|
|
- confirmButtonText: '确定',
|
|
|
- cancelButtonText: '取消',
|
|
|
+ confirmButtonText: '填写报告',
|
|
|
+ cancelButtonText: '否',
|
|
|
type: 'warning',
|
|
|
})
|
|
|
.then(() => {
|