From 7e96d5bc8f9b6d9dc342a2d4f0bd63d029df2579 Mon Sep 17 00:00:00 2001 From: Lx <935448346@qq.com> Date: Mon, 28 Apr 2025 18:29:46 +0800 Subject: [PATCH] 0424 --- src/views/drivingSchool/DriveSchoolGuide/index.vue | 10 +++++----- .../student/form/DlDriveSchoolStudentForm.vue | 3 +++ src/views/drivingSchool/student/index.vue | 1 + 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/views/drivingSchool/DriveSchoolGuide/index.vue b/src/views/drivingSchool/DriveSchoolGuide/index.vue index 4f2e94a..22a63bb 100644 --- a/src/views/drivingSchool/DriveSchoolGuide/index.vue +++ b/src/views/drivingSchool/DriveSchoolGuide/index.vue @@ -25,7 +25,7 @@ size="mini" :disabled="single" @click="handleUpdate" - v-hasPermi="['system/driveSchool:test:edit']" + v-hasPermi="['system/driveSchool:guide:edit']" >修改 @@ -36,7 +36,7 @@ size="mini" :disabled="multiple" @click="handleDelete" - v-hasPermi="['system/driveSchool:test:remove']" + v-hasPermi="['system/driveSchool:guide:remove']" >删除 @@ -46,7 +46,7 @@ icon="el-icon-download" size="mini" @click="handleExport" - v-hasPermi="['system/driveSchool:test:export']" + v-hasPermi="['system/driveSchool:guide:export']" >导出 @@ -135,7 +135,7 @@ import editor from '@/components/Editor/index.vue' import { addGuide, delGuide, getGuide, listGuide, updateGuide } from '@/views/drivingSchool/DriveSchoolGuide/api/guide' export default { - name: "Test", + name: "Guide", components: {editor}, data() { return { @@ -155,7 +155,7 @@ export default { showSearch: true, // 总条数 total: 0, - // 合同模板表格数据 + // 业务办理指南表格数据 testList: [], // 弹出层标题 title: "", diff --git a/src/views/drivingSchool/student/form/DlDriveSchoolStudentForm.vue b/src/views/drivingSchool/student/form/DlDriveSchoolStudentForm.vue index 9924b87..fc3aaae 100644 --- a/src/views/drivingSchool/student/form/DlDriveSchoolStudentForm.vue +++ b/src/views/drivingSchool/student/form/DlDriveSchoolStudentForm.vue @@ -3,6 +3,9 @@ + + + diff --git a/src/views/drivingSchool/student/index.vue b/src/views/drivingSchool/student/index.vue index e6a6cf3..9ef7ea0 100644 --- a/src/views/drivingSchool/student/index.vue +++ b/src/views/drivingSchool/student/index.vue @@ -31,6 +31,7 @@ +