|
@@ -14,96 +14,16 @@
|
|
|
// ["text", "创建日期",'description', 50,A],
|
|
|
// ];
|
|
|
// };
|
|
|
-
|
|
|
-export const A2tableC = [
|
|
|
- ["txt", "标题", "name"],
|
|
|
- ["img", "封面", "thumb"],
|
|
|
- ["txt", "发布日期", "publishDate"],
|
|
|
- ["txt", "所属栏目", "dictName"],
|
|
|
- ["text", "摘要", "description", 50],
|
|
|
-];
|
|
|
-
|
|
|
-export const A3tableC = [
|
|
|
- ["txt", "标题", "name"],
|
|
|
- ["img", "封面", "thumb"],
|
|
|
- ["txt", "发布日期", "publishDate"],
|
|
|
- ["text", "链接", "link", 50, "A"],
|
|
|
-];
|
|
|
-
|
|
|
-export const A4tableC = [
|
|
|
- ["txt", "标题", "name"],
|
|
|
- ["img", "封面", "thumb"],
|
|
|
- ["txt", "发布日期", "publishDate"],
|
|
|
- ["txt", "所属栏目", "dictName"],
|
|
|
- ["txt", "质地", "texture"],
|
|
|
- ["txt", "年代", "age"],
|
|
|
- ["text", "简介", "description", 50],
|
|
|
-];
|
|
|
-
|
|
|
-export const A5tableC = [
|
|
|
- ["txt", "标题", "name"],
|
|
|
- ["img", "封面", "thumb"],
|
|
|
- ["txt", "发布日期", "publishDate"],
|
|
|
- ["txt", "展览类型", "type"],
|
|
|
- ["text", "摘要", "description", 50],
|
|
|
-];
|
|
|
-
|
|
|
-export const A6tableC = [
|
|
|
+export const A1tableC = [
|
|
|
["txt", "标题", "name"],
|
|
|
- ["img", "封面", "thumb"],
|
|
|
- ["txt", "发布日期", "publishDate"],
|
|
|
- ["txt", "所属栏目", "dictName"],
|
|
|
- ["txtChange", "需要预约", "isNeed", { 1: "是", 0: "否" }],
|
|
|
+ ["img", '封面', "thumb"],
|
|
|
+ ["txt", "活动日期", "realName"], //待完善
|
|
|
+ ["txt", "最近编辑日期", "updateTime"],
|
|
|
+ ["txt", "编辑人", "creatorName"],
|
|
|
+ ["txt", "排序值", "sort"],
|
|
|
+ ["txtChange", "状态", "display", { 0: "不发布", 1: "发布" }],
|
|
|
];
|
|
|
|
|
|
-export const A7tableC = [
|
|
|
- ["txt", "标题", "name"],
|
|
|
- ["img", "封面", "thumb"],
|
|
|
- ["txt", "发布日期", "publishDate"],
|
|
|
-];
|
|
|
-
|
|
|
-export const B1tableC = [
|
|
|
- ["txt", "申请时间", "createTime"],
|
|
|
- ["txtChange", "验证状态", "status", { 0: "未验证", 1: "已验证" }],
|
|
|
- ["txt", "姓名", "name"],
|
|
|
- ["txt", "联系电话", "phone"],
|
|
|
- ["txt", "人数", "pcs"],
|
|
|
- ["txt", "预约日期", "bookDate"],
|
|
|
- ["txt", "预约时段", "time"],
|
|
|
-];
|
|
|
-
|
|
|
-export const B2tableC = [
|
|
|
- ["txt", "申请时间", "createTime"],
|
|
|
- ["txt", "姓名", "name"],
|
|
|
- ["txt", "活动名称", "title"],
|
|
|
- ["txt", "联系电话", "phone"],
|
|
|
- ["txt", "身份证", "identity"],
|
|
|
- ["text", "预约说明", "description", 50],
|
|
|
-];
|
|
|
-
|
|
|
-export const B3tableC = [
|
|
|
- ["txt", "申请时间", "createTime"],
|
|
|
- ["txt", "姓名", "name"],
|
|
|
- ["txt", "联系电话", "phone"],
|
|
|
- ["txt", "身份证", "identity"],
|
|
|
- ["text", "预约说明", "description", 50],
|
|
|
-];
|
|
|
-
|
|
|
-export const C1tableC = [
|
|
|
- ["txt", "时段", "time"],
|
|
|
- ["txt", "周一", "monday"],
|
|
|
- ["txt", "周二", "tuesday"],
|
|
|
- ["txt", "周三", "wednesday"],
|
|
|
- ["txt", "周四", "thursday"],
|
|
|
- ["txt", "周五", "friday"],
|
|
|
- ["txt", "周六", "saturday"],
|
|
|
- ["txt", "周日", "sunday"],
|
|
|
-];
|
|
|
-
|
|
|
-export const Z0tableC = [
|
|
|
- ["txt", "栏目名称", "name"],
|
|
|
- ["text", "说明", "rtf", 50],
|
|
|
-];
|
|
|
|
|
|
export const Z1tableC = [
|
|
|
["txt", "用户名", "userName"],
|