|
@@ -19,7 +19,8 @@ import { A5topType } from "@/pages/A5publish/data";
|
|
// };
|
|
// };
|
|
export const A1tableC = [
|
|
export const A1tableC = [
|
|
["txt", "标题", "name"],
|
|
["txt", "标题", "name"],
|
|
- ["img", "封面", "thumb"],
|
|
|
|
|
|
+ ["img", "PC端封面", "thumb"],
|
|
|
|
+ ["img", "移动端封面", "thumbApp"],
|
|
["txt", "活动日期", "activityTime"],
|
|
["txt", "活动日期", "activityTime"],
|
|
["txt", "最近编辑日期", "updateTime"],
|
|
["txt", "最近编辑日期", "updateTime"],
|
|
["txt", "编辑人", "creatorName"],
|
|
["txt", "编辑人", "creatorName"],
|