Explorar o código

教育培训 页面字段变更

jingyuanchao %!s(int64=2) %!d(string=hai) anos
pai
achega
fc5d0e2101
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();