@@ -233,7 +233,7 @@ export default {
start(row) {
const { natTaskId } = row;
updateTask({ natTaskId, status: '1' }).then(response => {
- this.$modal.msgSuccess("已结束");
+ this.$modal.msgSuccess("已开始");
this.open = false;
this.getList();
});