From 3e6289ab4d2addece72060b5ff643558d7dc0535 Mon Sep 17 00:00:00 2001
From: 15004070936 <1097449274@qq.com>
Date: Tue, 17 Mar 2026 14:29:16 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=B9=B6=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/school/sc/account/accountDate.js | 4 +-
src/api/school/sc/account/accountHour.js | 4 +-
src/api/school/sc/account/index.js | 2 +-
src/api/school/sc/cla/index.js | 2 +-
src/api/school/sc/student/course.js | 4 +-
src/api/school/system/staff/index.js | 61 ---
.../sc/claTime/addClaTimeAttend.vue | 58 +--
.../sc/claTime/changeClaTimeAttend.vue | 48 +-
src/components/sc/claTime/changeTime.vue | 20 +-
src/components/sc/claTime/changeTimeRule.vue | 55 +--
.../sc/claTime/claTimeAttendDetailTable.vue | 5 +-
.../sc/claTime/claTimeAttendTable.vue | 2 +-
src/components/sc/claTime/claTimeCalendar.vue | 14 +-
src/components/sc/claTime/claTimeTable.vue | 13 +-
src/components/sc/claTime/hadClaTimeTable.vue | 14 +-
src/components/sc/course/addCourse.vue | 62 ++-
src/components/sc/course/cla/changeCla.vue | 13 +-
src/components/sc/course/cla/claSelect.vue | 21 +-
.../sc/course/type/addCourseType.vue | 11 +
src/components/sc/order/orderDetail.vue | 4 +-
src/components/sc/student/changeStudent.vue | 14 +-
.../sc/student/courseStudentChooseCla.vue | 6 +-
.../sc/student/courseStudentTable.vue | 16 +-
.../sc/student/studentCourseSignUpTable.vue | 8 +-
src/components/sc/student/studentSelect.vue | 6 +-
src/components/sc/student/studentTable.vue | 24 +-
src/components/system/staff/changeStaff.vue | 423 ------------------
src/views/columns/config/appreciate.vue | 39 +-
src/views/columns/config/health.vue | 49 +-
src/views/columns/config/inherit.vue | 47 +-
src/views/columns/config/practice.vue | 39 +-
src/views/columns/config/sense.vue | 39 +-
src/views/columns/config/venue.vue | 14 +-
src/views/columns/context/index.vue | 155 ++++---
src/views/courseOrder/index.vue | 51 ++-
src/views/courseOrder/orderPrint.vue | 2 +-
src/views/courseOrder/signUp.vue | 163 +++----
src/views/index.vue | 6 +-
src/views/school/claTime/attend/index.vue | 2 +-
src/views/school/claTime/rule/index.vue | 47 +-
src/views/school/course/cla/detail.vue | 6 +-
src/views/school/course/cla/index.vue | 55 +--
src/views/school/course/index.vue | 62 ++-
src/views/school/course/type/index.vue | 60 +--
src/views/school/memberCartType/index.vue | 19 +-
.../school/salary/comps/ChangeSalaryBase.vue | 4 +-
.../salary/comps/ChangeStaffSalaryBase.vue | 8 +-
src/views/school/salary/comps/StaffSalary.vue | 2 +-
.../student/components/studentCourseTable.vue | 6 +-
.../student/components/studentLogTable.vue | 2 +-
.../student/components/studentOrderTable.vue | 8 +-
src/views/school/student/index.vue | 2 +-
src/views/school/student/studentInfo.vue | 10 +-
src/views/school/sys/receipt/index.vue | 2 +-
src/views/system/dept/index.vue | 1 -
55 files changed, 667 insertions(+), 1147 deletions(-)
delete mode 100644 src/api/school/system/staff/index.js
delete mode 100644 src/components/system/staff/changeStaff.vue
diff --git a/src/api/school/sc/account/accountDate.js b/src/api/school/sc/account/accountDate.js
index 67f14cb..bc89a7f 100644
--- a/src/api/school/sc/account/accountDate.js
+++ b/src/api/school/sc/account/accountDate.js
@@ -1,6 +1,6 @@
import request from '@/utils/request'
-// 某课程 学员到期日
+// 某课程 会员到期日
export function stuCourseDateAccountList(query) {
return request({
url: '/api/sc/accountDate/list/stuCourseDateAccountList',
@@ -27,7 +27,7 @@ export function renew(data) {
})
}
-// 获取各学员每周期费用
+// 获取各会员每周期费用
export function claStudentChargeList(query) {
return request({
url: '/api/sc/accountDate/list/claStudentChargeList',
diff --git a/src/api/school/sc/account/accountHour.js b/src/api/school/sc/account/accountHour.js
index 96386b5..bb68210 100644
--- a/src/api/school/sc/account/accountHour.js
+++ b/src/api/school/sc/account/accountHour.js
@@ -1,6 +1,6 @@
import request from '@/utils/request'
-// 某课程 学员到期日
+// 某课程 会员到期日
export function stuCourseHourAccountList(query) {
return request({
url: '/api/sc/accountHour/list/stuCourseHourAccountList',
@@ -18,7 +18,7 @@ export function hourPay(data) {
})
}
-// 获取各学员费用,剩余课时
+// 获取各会员费用,剩余课时
export function claStudentChargeList(query) {
return request({
url: '/api/sc/accountHour/list/claStudentChargeList',
diff --git a/src/api/school/sc/account/index.js b/src/api/school/sc/account/index.js
index 8e14833..6dc91d3 100644
--- a/src/api/school/sc/account/index.js
+++ b/src/api/school/sc/account/index.js
@@ -1,6 +1,6 @@
import request from '@/utils/request'
-// 某课程 学员到期日
+// 某课程 会员到期日
export function stuCourseDateAccountList(query) {
return request({
url: '/api/sc/account/list/stuCourseDateAccountList',
diff --git a/src/api/school/sc/cla/index.js b/src/api/school/sc/cla/index.js
index a1f03a2..46f2875 100644
--- a/src/api/school/sc/cla/index.js
+++ b/src/api/school/sc/cla/index.js
@@ -52,7 +52,7 @@ export function delCla(claId) {
}
-// 课程 预约学员列表
+// 课程 预约会员列表
export function searchCourseClaStudent(query) {
return request({
url: '/api/sc/course/cla/list/searchCourseClaStudent',
diff --git a/src/api/school/sc/student/course.js b/src/api/school/sc/student/course.js
index 0c726db..0aeec14 100644
--- a/src/api/school/sc/student/course.js
+++ b/src/api/school/sc/student/course.js
@@ -29,7 +29,7 @@ export function atClaStudentCourseStatus(studentCourseId) {
})
}
-// 学员报读课程列表
+// 会员报读课程列表
export function searchStudentCourse(query) {
return request({
url: '/api/sc/studentCourse/list/searchStudentCourse',
@@ -47,7 +47,7 @@ export function searchStuCourseSignUpList(query) {
})
}
-// 报读信息中 将学员从班级中移除
+// 报读信息中 将会员从班级中移除
export function removeStuFromCla(studentCourseId) {
return request({
url: '/api/sc/studentCourse/update/removeStuFromCla/' + studentCourseId,
diff --git a/src/api/school/system/staff/index.js b/src/api/school/system/staff/index.js
deleted file mode 100644
index f600941..0000000
--- a/src/api/school/system/staff/index.js
+++ /dev/null
@@ -1,61 +0,0 @@
-import request from '@/utils/request'
-
-// 查询列表
-export function listStaff(query) {
- return request({
- url: '/api/sys/staff/list/searchList',
- method: 'get',
- params: query
- })
-}
-
-// select
-export function select() {
- return request({
- url: '/api/sys/staff/list/teacherSelect',
- method: 'get'
- })
-}
-
-// 查询详细
-export function getStaff(staffId) {
- return request({
- url: '/api/sys/staff/info/detailById/' + staffId,
- method: 'get'
- })
-}
-
-// 新增
-export function addStaff(data) {
- return request({
- url: '/api/sys/staff/add/addSysStaff',
- method: 'post',
- data: data
- })
-}
-
-// 修改
-export function updateStaff(data) {
- return request({
- url: '/api/sys/staff/update/updateSysStaff',
- method: 'put',
- data: data
- })
-}
-
-// 删除
-export function delStaff(teacherId) {
- return request({
- url: '/api/sys/staff/delete/deleteById/' + teacherId,
- method: 'delete'
- })
-}
-
-// 导出
-export function exportStaff(query) {
- return request({
- url: '/api/sys/staff/export',
- method: 'get',
- params: query
- })
-}
diff --git a/src/components/sc/claTime/addClaTimeAttend.vue b/src/components/sc/claTime/addClaTimeAttend.vue
index e652764..29dd8c7 100644
--- a/src/components/sc/claTime/addClaTimeAttend.vue
+++ b/src/components/sc/claTime/addClaTimeAttend.vue
@@ -23,9 +23,9 @@
@@ -99,7 +99,7 @@
- * 操作顺序: 先为学员签到,然后再上课;(上完的课程无法再为学员签到!)
+ * 操作顺序: 先为会员签到,然后再上课;(上完的课程无法再为会员签到!)
@@ -116,14 +116,22 @@
* 说明:会员签到的同时系统自动划扣会员卡内次数或金额 ;
-
+
-
-
-
-
-
+
+
+
+
+
未签到
@@ -133,35 +141,35 @@
-
-
+
+
{{ chargeTypeFormatter(scope.row) }}
-
-
+
+
-
+
{{ scope.row.countBefore==null?'-':scope.row.countBefore}}
-
+
{{ scope.row.countAfter==null?'-':scope.row.countAfter}}
-
+
{{ scope.row.feeBefore==null?'-':scope.row.feeBefore}}
-
+
{{ scope.row.feeAfter==null?'-':scope.row.feeAfter}}
@@ -250,9 +258,9 @@ export default {
claStudentList: [],
chargeTypeOptions: [],
sexOptions: [],
- // 选择上课的学员
+ // 选择上课的会员
chooseStudentCourseIds: [],
- // 每个学员 的到课状态
+ // 每个会员 的到课状态
studentAttendStatusForm: {},
// 选择的校区
@@ -378,17 +386,17 @@ export default {
// 3. 比较时间戳(毫秒数)
if (expiryDate1.getTime() < todayStart.getTime()){
- this.msgError('学员:'+row.studentName+'的会员卡已过期,无法使用!')
+ this.msgError('会员:'+row.studentName+'的会员卡已过期,无法使用!')
return ;
}
}
// 余额是否足够 remainingCount deductCnt remainingTotalFee deductFee
if (row.chargeType=='count'&&row.remainingCount{{ claInfo.claName }}
@@ -97,14 +97,22 @@
* 说明:会员签到的同时系统自动划扣会员卡内次数或金额 ; 先签到,后上课;
-
+
-
-
-
-
-
+
+
+
+
+
未签到
@@ -114,35 +122,35 @@
-
-
+
+
{{ chargeTypeFormatter(scope.row) }}
-
-
+
+
-
+
{{ scope.row.countBefore==null?'-':scope.row.countBefore}}
-
+
{{ scope.row.countAfter==null?'-':scope.row.countAfter}}
-
+
{{ scope.row.feeBefore==null?'-':scope.row.feeBefore}}
-
+
{{ scope.row.feeAfter==null?'-':scope.row.feeAfter}}
@@ -210,11 +218,11 @@ export default {
},
chargeTypeOptions: [],
sexOptions: [],
- // 选择上课的学员
+ // 选择上课的会员
chooseStudentCourseIds: [],
// 到课状态
attendStatusOptions: [],
- // 每个学员 的到课状态
+ // 每个会员 的到课状态
studentAttendStatusForm: {},
// 班级上课出席列表
@@ -314,7 +322,7 @@ export default {
bookStatusFormatter(row, column) {
return selectDictLabel(this.bookStatusOptions, row.bookStatus)
},
- // 班级所有学员,及到课状态
+ // 班级所有会员,及到课状态
loadCourseClaStudentAndAttendDetail() {
this.loading = true
let claStudentList = []
diff --git a/src/components/sc/claTime/changeTime.vue b/src/components/sc/claTime/changeTime.vue
index b03eeb2..dde3fee 100644
--- a/src/components/sc/claTime/changeTime.vue
+++ b/src/components/sc/claTime/changeTime.vue
@@ -18,7 +18,7 @@
-
+
@@ -82,13 +82,13 @@
-
-
+
+
-
+
@@ -112,7 +112,6 @@ import deptSelect from '@/components/system/dept/deptSelect'
import moment from 'moment'
import { addTime, claTimeInfo, updateTime } from '@/api/school/sc/cla/claTime'
import { getCla } from '@/api/school/sc/cla'
-import {select as teacherSelect} from "@/api/school/system/staff";
export default {
components: {
@@ -140,7 +139,6 @@ export default {
},
// 是否可重新选择课程
canChangeCla: true,
- teacherOptions:[],
}
},
computed: {
@@ -156,22 +154,14 @@ export default {
{ required: true, message: '下课时间不能为空', trigger: 'blur' }
],
teacherId: [
- { required: true, message: '任课教师不能为空', trigger: 'blur' }
+ { required: true, message: '任课教练不能为空', trigger: 'blur' }
]
}
}
},
watch: {
},
- created() {
- this.getTeacherOptions()
- },
methods: {
- getTeacherOptions() {
- teacherSelect().then(response => {
- this.teacherOptions = response.data
- })
- },
afterNow(date) {
return moment(date).add(1, 'days').toDate().getTime() < new Date().getTime()
},
diff --git a/src/components/sc/claTime/changeTimeRule.vue b/src/components/sc/claTime/changeTimeRule.vue
index cff41df..02b3625 100644
--- a/src/components/sc/claTime/changeTimeRule.vue
+++ b/src/components/sc/claTime/changeTimeRule.vue
@@ -117,23 +117,8 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
@@ -149,7 +134,7 @@
-
+
@@ -158,7 +143,7 @@
- {{form.ruleId?'* 说明:本操作会同时修改未上课且无学员预约/预约失败/取消预约的相关课表信息,已经上完的课程不会被修改;':''}}
+ {{form.ruleId?'* 说明:本操作会同时修改未上课且无会员预约/预约失败/取消预约的相关课表信息,已经上完的课程不会被修改;':''}}
@@ -160,8 +162,10 @@
日期: {{ claTime.claDate }}
星期:{{ claTime.weekDay }}
时间: {{ claTime.startTime }} ~ {{ claTime.endTime }}
- 教师: {{ claTime.staffName }}
- 学员: {{ claTime.studentCount }}人
+ 教练: {{ claTime.staffName }}
+ 最少开课人数:{{ claTime.lessCnt }}人
+ 最多预约人数:{{ claTime.atClassCnt }}人
+ 预约会员: {{ claTime.studentCount }}人
教室: {{ claTime.roomName }}
@@ -239,7 +243,7 @@ export default {
type: Boolean,
default: false
},
- // 是否需要输入 学员编号 参数
+ // 是否需要输入 会员编号 参数
needStudentIdParam: {
type: Boolean,
default: false
diff --git a/src/components/sc/claTime/claTimeTable.vue b/src/components/sc/claTime/claTimeTable.vue
index 9969c95..7c959dd 100644
--- a/src/components/sc/claTime/claTimeTable.vue
+++ b/src/components/sc/claTime/claTimeTable.vue
@@ -19,9 +19,8 @@
-
+
搜索
- 重置
@@ -35,11 +34,11 @@
-
+
-
-
+
+
@@ -47,7 +46,7 @@
已上课
-
+
编辑
+ >详情
-
+
搜索
- 重置
-
+
@@ -34,7 +38,7 @@
-
+
@@ -58,7 +62,7 @@
{{ scope.row.payTotalFee }}
-
+
-
+
-
+
-
-
-
-
- 班课
- 一对一
-
-
-
-
-
-
-
-
-
-
-
+
-
-
+
+
+ 班课
+ 一对一
+
-
+
{{ item.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -113,7 +115,7 @@ export default {
loadingChange: false,
// 表单参数
form: {
- courseCampus: undefined,
+ courseCampus: '全部校区',
claFee:0.0,
tuitionFee:0.00,
teachingMode: '1',
@@ -125,10 +127,22 @@ export default {
courseName: [
{ required: true, message: '课程名称不能为空', trigger: 'blur' }
],
+ courseTypeId: [
+ { required: true, message: '请选择课程类别', trigger: 'change' }
+ ],
teachingMode: [
{ required: true, message: '请选择上课模式', trigger: 'blur' }
],
+ // tuitionFee: [
+ // { required: true, message: '请输入课程价值', trigger: 'blur' },
+ // {
+ // pattern: /^\d+(\.\d{1,2})?$/,
+ // message: '请输入数字,且最多保留2位小数',
+ // trigger: 'blur'
+ // },
+ // ],
claFee: [
+ { required: true, message: '请输入教练课时费', trigger: 'blur' },
{
pattern: /^\d+(\.\d{1,2})?$/,
message: '请输入数字,且最多保留2位小数',
@@ -215,7 +229,7 @@ export default {
},
reset() {
this.form = {
- courseCampus: undefined,
+ courseCampus: '全部校区',
teachingMode: '1',
partCampus: []
}
diff --git a/src/components/sc/course/cla/changeCla.vue b/src/components/sc/course/cla/changeCla.vue
index 74c52fe..2833726 100644
--- a/src/components/sc/course/cla/changeCla.vue
+++ b/src/components/sc/course/cla/changeCla.vue
@@ -24,8 +24,8 @@
-
-
+
+
@@ -98,7 +98,6 @@
-
-
diff --git a/src/views/columns/config/appreciate.vue b/src/views/columns/config/appreciate.vue
index 67d9d2f..9dbb7ba 100644
--- a/src/views/columns/config/appreciate.vue
+++ b/src/views/columns/config/appreciate.vue
@@ -20,9 +20,8 @@
-
+
搜索
- 重置
@@ -72,9 +71,16 @@
-
+
-
+
@@ -88,10 +94,10 @@
-
+
- {{ getDeptName(scope.row.deptId) }}
+ {{ getDeptName(scope.row.deptId) }}
@@ -173,20 +179,7 @@
-
-
-
-
+
@@ -268,11 +261,13 @@ import { getToken } from '@/utils/auth';
import axios from 'axios';
import Pagination from '@/components/Pagination';
import RightToolbar from '@/components/RightToolbar';
+import deptSelect from '@/components/system/dept/deptSelect'
export default {
name: "Practice",
components: {
Pagination,
+ deptSelect,
RightToolbar
},
data() {
@@ -630,8 +625,8 @@ export default {
this.$message.warning('请选择至少一条记录进行删除');
return;
}
-
- this.$modal.confirm('是否确认删除瑜伽欣赏编号为"' + ids + '"的数据项?').then(function() {
+ const title=row.id?'是否确认删除标题为"' + row.title + '"的内容?':'是否确认删除选中的内容?'
+ this.$modal.confirm(title).then(function() {
return delAppreciate(ids);
}).then(() => {
this.getList();
diff --git a/src/views/columns/config/health.vue b/src/views/columns/config/health.vue
index 300c1f0..8f9f701 100644
--- a/src/views/columns/config/health.vue
+++ b/src/views/columns/config/health.vue
@@ -20,9 +20,8 @@
-
+
搜索
- 重置
@@ -72,26 +71,19 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
- {{ getDeptName(scope.row.deptId) }}
+ {{ getDeptName(scope.row.deptId) }}
@@ -173,20 +165,7 @@
-
-
-
-
+
@@ -262,6 +241,7 @@
diff --git a/src/views/school/memberCartType/index.vue b/src/views/school/memberCartType/index.vue
index f7823af..14f0526 100644
--- a/src/views/school/memberCartType/index.vue
+++ b/src/views/school/memberCartType/index.vue
@@ -19,7 +19,6 @@
搜索
- 重置
@@ -76,7 +75,8 @@
-
- {{ item.courseType }} - {{item.courseNames}}
+ {{ item.courseType }}
+ - {{item.courseNames}}
@@ -84,12 +84,12 @@
-
+
{{scope.row.restrictedTeacher=='1'?'全部允许':scope.row.teachersName}}
-
+
{{ scope.row.restrictedNum=='1'?'不限次数':'限制次数'}}
@@ -97,17 +97,18 @@
-
+
- 默认
+
扣{{scope.row.defaultNum}}次,或扣{{scope.row.defaultFee}}元
-
- {{ item.courseType }} - 扣{{item.cnt}}次,或{{item.totalFee}}元
+ {{ item.courseType }}
+ - 扣{{item.cnt}}次,或{{item.totalFee}}元
@@ -123,8 +124,8 @@
-
-
+
+
{{ parseTime(scope.row.createTime, '{y}-{m}-{d}') }}
diff --git a/src/views/school/salary/comps/ChangeSalaryBase.vue b/src/views/school/salary/comps/ChangeSalaryBase.vue
index 7e534fb..bf02bd3 100644
--- a/src/views/school/salary/comps/ChangeSalaryBase.vue
+++ b/src/views/school/salary/comps/ChangeSalaryBase.vue
@@ -57,14 +57,14 @@ export default {
handleAdd() {
this.reset()
this.open = true
- this.title = '添加学员基本信息'
+ this.title = '添加会员基本信息'
},
handleUpdate(row) {
this.reset()
const data=JSON.parse(JSON.stringify(row))
this.form=data
this.open = true
- this.title = '修改学员基本信息'
+ this.title = '修改会员基本信息'
},
/** 提交按钮 */
submitForm: function() {
diff --git a/src/views/school/salary/comps/ChangeStaffSalaryBase.vue b/src/views/school/salary/comps/ChangeStaffSalaryBase.vue
index 2182119..fa16138 100644
--- a/src/views/school/salary/comps/ChangeStaffSalaryBase.vue
+++ b/src/views/school/salary/comps/ChangeStaffSalaryBase.vue
@@ -1,11 +1,11 @@
-
+
-
+
@@ -60,14 +60,14 @@ export default {
handleAdd() {
this.reset()
this.open = true
- this.title = '添加学员基本信息'
+ this.title = '添加会员基本信息'
},
handleUpdate(row) {
this.reset()
const data=JSON.parse(JSON.stringify(row))
this.form=data
this.open = true
- this.title = '修改学员基本信息'
+ this.title = '修改会员基本信息'
},
/** 提交按钮 */
submitForm: function() {
diff --git a/src/views/school/salary/comps/StaffSalary.vue b/src/views/school/salary/comps/StaffSalary.vue
index 5eaebc1..e9c78ff 100644
--- a/src/views/school/salary/comps/StaffSalary.vue
+++ b/src/views/school/salary/comps/StaffSalary.vue
@@ -16,7 +16,7 @@
-
+
diff --git a/src/views/school/student/components/studentCourseTable.vue b/src/views/school/student/components/studentCourseTable.vue
index 3809559..43c5f01 100644
--- a/src/views/school/student/components/studentCourseTable.vue
+++ b/src/views/school/student/components/studentCourseTable.vue
@@ -7,7 +7,7 @@
-
+
{{ chargeTypeFormatter(scope.row) }}
@@ -127,7 +127,7 @@ export default {
},
handleStopStudentCourseStatus(studentCourseId) {
const that = this
- this.confirm('确定将本学员停课?', function() {
+ this.confirm('确定将本会员停课?', function() {
stopStudentCourseStatus(studentCourseId).then(response => {
if (response.respCode === '0000') {
that.msgSuccess('操作成功')
@@ -141,7 +141,7 @@ export default {
// 在读
handleAtClaStudentCourseStatus(studentCourseId) {
const that = this
- this.confirm('确定将本学员状态设置为在读?', function() {
+ this.confirm('确定将本会员状态设置为在读?', function() {
atClaStudentCourseStatus(studentCourseId).then(response => {
if (response.respCode === '0000') {
that.msgSuccess('操作成功')
diff --git a/src/views/school/student/components/studentLogTable.vue b/src/views/school/student/components/studentLogTable.vue
index e9c8ec0..0e4240b 100644
--- a/src/views/school/student/components/studentLogTable.vue
+++ b/src/views/school/student/components/studentLogTable.vue
@@ -20,7 +20,7 @@
-
+
缴费
diff --git a/src/views/school/student/components/studentOrderTable.vue b/src/views/school/student/components/studentOrderTable.vue
index 54afa35..a304619 100644
--- a/src/views/school/student/components/studentOrderTable.vue
+++ b/src/views/school/student/components/studentOrderTable.vue
@@ -1,6 +1,10 @@
-
+
@@ -15,7 +19,7 @@
已作废
-
+
diff --git a/src/views/school/student/index.vue b/src/views/school/student/index.vue
index 205e5be..ca49229 100644
--- a/src/views/school/student/index.vue
+++ b/src/views/school/student/index.vue
@@ -30,7 +30,7 @@ export default {
methods: {
handleTabChange(tab) {
if (tab.name === 'studentList') {
- // 学员列表
+ // 会员列表
} else if (tab.name === 'studentSignUpList') {
// 报读列表
this.$refs.studentCourseSignUpTable.getList()
diff --git a/src/views/school/student/studentInfo.vue b/src/views/school/student/studentInfo.vue
index c246dd1..37f8d9b 100644
--- a/src/views/school/student/studentInfo.vue
+++ b/src/views/school/student/studentInfo.vue
@@ -1,10 +1,10 @@
-
+
@@ -83,7 +83,7 @@ export default {
studentInfo: {
},
studentId: undefined,
- // 是否可查询学员
+ // 是否可查询会员
canSearchStudent: true
}
},
@@ -111,7 +111,7 @@ export default {
}
},
methods: {
- // 选择学员变更
+ // 选择会员变更
handleStudentChange(studentId) {
if (!studentId) {
return
@@ -124,7 +124,7 @@ export default {
if (this.canSearchStudent === false) {
this.$store.dispatch('tagsView/updateVisitedViewName', {
view: this.$route,
- name: '学员:' + this.studentInfo.studentName
+ name: '会员:' + this.studentInfo.studentName
})
}
}).catch(() => {
diff --git a/src/views/school/sys/receipt/index.vue b/src/views/school/sys/receipt/index.vue
index 8ef97ee..a44e30c 100644
--- a/src/views/school/sys/receipt/index.vue
+++ b/src/views/school/sys/receipt/index.vue
@@ -47,7 +47,7 @@
>删除
- * 为学员办理入会时,作为收款账户标签使用;
+ * 为会员办理入会时,作为收款账户标签使用;
diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue
index 3a5b4c7..e9871d7 100644
--- a/src/views/system/dept/index.vue
+++ b/src/views/system/dept/index.vue
@@ -21,7 +21,6 @@
搜索
- 重置