|
@@ -36,6 +36,53 @@ export const A3tableCtype = [
|
|
['txt', '排序值', 'sort']
|
|
['txt', '排序值', 'sort']
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+export const A4tableC = [
|
|
|
|
+ ['txt', '负责人姓名', 'name'],
|
|
|
|
+ ['txt', '联系方式', 'sort'],
|
|
|
|
+ ['txt', '单位名称', 'unit'],
|
|
|
|
+ [
|
|
|
|
+ 'txtChange',
|
|
|
|
+ '审核状态',
|
|
|
|
+ 'status',
|
|
|
|
+ { 0: '待审核 ', 1: '审核通过', 2: '已拒绝', 3: '已失效' }
|
|
|
|
+ ],
|
|
|
|
+ ['txt', '申请时间', 'createTime']
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+export const A6tableC = [
|
|
|
|
+ ['txt', '预约日期', 'bookDate'],
|
|
|
|
+ [
|
|
|
|
+ 'txtChange',
|
|
|
|
+ '预约时段',
|
|
|
|
+ 'bookTime',
|
|
|
|
+ { am: '上午', pm: '下午', 2: '已拒绝', 3: '已失效' }
|
|
|
|
+ ],
|
|
|
|
+ ['txt', '预约课程', 'subjectName'],
|
|
|
|
+ ['txt', ' 负责人姓名', 'name'],
|
|
|
|
+ ['txt', ' 联系方式', 'phone'],
|
|
|
|
+ ['txt', ' 身份证号', 'identity'],
|
|
|
|
+ ['txt', ' 参团学生人数', 'pcsStudent'],
|
|
|
|
+ ['txt', ' 随堂老师人数', 'pcsTeacher'],
|
|
|
|
+ ['txt', ' 所属机构', 'unit'],
|
|
|
|
+ ['text', '团体描述', 'remark', 50],
|
|
|
|
+ [
|
|
|
|
+ 'txtChange',
|
|
|
|
+ '审核状态',
|
|
|
|
+ 'status',
|
|
|
|
+ { 0: '待审核', 1: '审核通过', 2: '已拒绝', 3: '已失效' }
|
|
|
|
+ ],
|
|
|
|
+ ['txt', '申请时间', 'createTime']
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+export const B2tableC = [
|
|
|
|
+ ['txt', '申请时间', 'createTime'],
|
|
|
|
+ ['txt', '姓名', 'name'],
|
|
|
|
+ ['txt', '联系电话', 'phone'],
|
|
|
|
+ ['txt', '人数', 'pcs'],
|
|
|
|
+ ['txt', '预约日期', 'bookDate'],
|
|
|
|
+ ['txt', '预约时段', 'time']
|
|
|
|
+]
|
|
|
|
+
|
|
export const Z1tableC = [
|
|
export const Z1tableC = [
|
|
['txt', '用户名', 'userName'],
|
|
['txt', '用户名', 'userName'],
|
|
['txtChange', '角色', 'isAdmin', { 1: '管理员', 0: '普通成员' }],
|
|
['txtChange', '角色', 'isAdmin', { 1: '管理员', 0: '普通成员' }],
|