Parcourir la source

教育培训 页面字段变更

jingyuanchao il y a 2 ans
Parent
commit
fc5d0e2101
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/core/edu/plan/index.vue

+ 1 - 1
src/views/core/edu/plan/index.vue

@@ -545,7 +545,7 @@ export default {
     /** 删除按钮操作 */
     handleDelete(row) {
       const ids = row.id || this.ids;
-      this.$modal.confirm('是否确认删除教育培训计划"' + row.planName).then(function () {
+      this.$modal.confirm('是否确认删除教育培训计划:' + row.planName).then(function () {
         return delPlan(ids);
       }).then(() => {
         this.getList();