|
@@ -27,19 +27,37 @@ export const A1tableClook = [
|
|
|
["txt", "时间", "createTime"],
|
|
|
["txt", "类型", "type"],
|
|
|
["txt", "爱心币", "score"],
|
|
|
+ ["text", "说明", "description", 50],
|
|
|
+];
|
|
|
+
|
|
|
+export const A2tableC1 = [
|
|
|
+ ["txt", "行为", "name"],
|
|
|
+ ["txt", "奖励爱心币", "score"],
|
|
|
["txt", "说明", "description"],
|
|
|
];
|
|
|
|
|
|
-// export const A5tableC = [
|
|
|
-// ["txt", "名称", "name"],
|
|
|
-// ["img", "封面", "thumb"],
|
|
|
-// ["txt", "分类", "dictType"],
|
|
|
-// ["txt", "时代", "dictAge"],
|
|
|
-// ["txt", "级别", "dictLevel"],
|
|
|
-// ["txt", "尺寸", "dictSize"],
|
|
|
-// ["txt", "点赞", "pcs"],
|
|
|
-// ["txt", "发布日期", "releaseDate"],
|
|
|
-// ];
|
|
|
+export const A2tableC2 = [
|
|
|
+ ["txt", "动植物", "name"],
|
|
|
+ ["txt", "成熟周期(天)", "cycle"],
|
|
|
+ ["txt", "奖励爱心币", "score"],
|
|
|
+ ["txt", "说明", "description"],
|
|
|
+];
|
|
|
+
|
|
|
+export const A3tableC = [
|
|
|
+ ["txt", "时间", "createTime"],
|
|
|
+ ["txt", "用户名", "creatorName"],
|
|
|
+ ["txt", "类型", "type"],
|
|
|
+ ["text", "说明", "description", 50],
|
|
|
+];
|
|
|
+
|
|
|
+export const A4tableC = [
|
|
|
+ ["txt", "奖品名称", "name"],
|
|
|
+ ["img", "封面", "thumb"],
|
|
|
+ ["txt", "所需爱心币", "score"],
|
|
|
+ ["txt", "库存", "stock"],
|
|
|
+ ["txt", "登记日期", "createTime"],
|
|
|
+ ["txtChange", "状态", "isEnabled", { 0: "下架", 1: "上架" }],
|
|
|
+];
|
|
|
|
|
|
export const Z1tableC = [
|
|
|
["txt", "用户名", "userName"],
|
|
@@ -56,11 +74,3 @@ export const Z2tableC = [
|
|
|
["txt", "操作模块", "type"],
|
|
|
["txt", "操作事件", "description"],
|
|
|
];
|
|
|
-
|
|
|
-// export const A6QtableC = [
|
|
|
-// ["txt", "标题", "name"],
|
|
|
-// ["txt", "题目数量", "pcsQuestion"],
|
|
|
-// ["txt", "已收集份数", "pcsGather"],
|
|
|
-// ["txt", "发布日期", "publishDate"],
|
|
|
-// ["txtChange", "问卷状态", "display",{1:'开启',0:'关闭'}],
|
|
|
-// ];
|