|
@@ -43,6 +43,7 @@ export const A6tableC = [
|
|
|
export const A7tableC = [
|
|
|
['txt', '标题', 'title', 'titleB'],
|
|
|
['txtChange', '类别', 'type', { 1: '平面纸质类', 2: '棉麻丝绸类', 3: '专业器物类' }],
|
|
|
+ ['txt', '级别', 'level', 'levelB'],
|
|
|
['txt', '质地', 'texture', 'textureB'],
|
|
|
['txt', '年代', 'era', 'eraB'],
|
|
|
['img', '封面', 'imgTh', 'imgThB'],
|
|
@@ -53,20 +54,20 @@ export const A7tableC = [
|
|
|
|
|
|
export const B1tableC = [
|
|
|
['txtNormal', '申请时间', 'createTime'],
|
|
|
- ['txtNormal', '姓名', 'name'],
|
|
|
+ ['txtNormal', '姓名', 'userName'],
|
|
|
['txtNormal', '联系电话', 'phone'],
|
|
|
- ['txtNormal', '人数', 'people'],
|
|
|
- ['txtNormal', '预约日期', 'date'],
|
|
|
+ ['txtNormal', '人数', 'pcs'],
|
|
|
+ ['txtNormal', '预约日期', 'appointmentTime'],
|
|
|
['txtNormal', '预约时段', 'time']
|
|
|
]
|
|
|
|
|
|
export const B2tableC = [
|
|
|
['txtNormal', '申请时间', 'createTime'],
|
|
|
- ['txtNormal', '姓名', 'name'],
|
|
|
- ['txtNormal', '活动名称', 'activityName'],
|
|
|
+ ['txtNormal', '姓名', 'userName'],
|
|
|
+ ['txtNormal', '活动名称', 'activityTitle'],
|
|
|
['txtNormal', '联系电话', 'phone'],
|
|
|
['txtNormal', '身份证', 'idCard'],
|
|
|
- ['txtNormal', '预约说明', 'remark']
|
|
|
+ ['txtNormal', '预约日期', 'appointmentTime']
|
|
|
]
|
|
|
|
|
|
export const C1tableC = [
|