Przeglądaj źródła

修改文字提示

asd123a20 2 lat temu
rodzic
commit
cde978c0c6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/community/task/index.vue

+ 1 - 1
src/views/community/task/index.vue

@@ -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();
       });