|
@@ -14,109 +14,15 @@
|
|
|
// ["text", "创建日期",'description', 50,A],
|
|
|
// ];
|
|
|
|
|
|
-const A1tableCTemp = [
|
|
|
- ['txt', '书名', 'name'],
|
|
|
- ['img', '封面', 'thumb'],
|
|
|
- ['txt', '作者', 'author'],
|
|
|
- ['txt', '出版社', 'press'],
|
|
|
- ['txt', '中图法分类', 'storageName'],
|
|
|
- ['txt', '展示分类', 'exhibitTypeName'],
|
|
|
- ['txt', 'ISBN编号', 'num'],
|
|
|
- ['txt', '排序值', 'sort'],
|
|
|
- ['txt', '编辑人', 'creatorName'],
|
|
|
- ['txt', '编辑时间', 'updateTime']
|
|
|
-]
|
|
|
-
|
|
|
-export const A1tableC = isBookIdShow ? [['txt', 'bookId', 'id'], ...A1tableCTemp] : A1tableCTemp
|
|
|
-
|
|
|
-export const A1tableCimp = [
|
|
|
- ['txt', '书名', 'name'],
|
|
|
- ['img', '封面(png、jpg)', 'thumb', `<span class='tabx'>(待填入)</span>`],
|
|
|
- ['txt', '作者', 'author'],
|
|
|
- ['txt', '出版社', 'press'],
|
|
|
- ['txt', '出版年份', 'year'],
|
|
|
- ['txt', '中图法分类', 'storageName', `<span class='tabx'>(待填入)</span>`],
|
|
|
- ['txt', '展示分类', 'exhibitTypeName', `<span class='tabx'>(待填入)</span>`],
|
|
|
- ['txt', 'ISBN编号', 'num'],
|
|
|
- ['txt', '排序值', 'sort'],
|
|
|
- ['txt', '附件(equb格式)', 'fileName', `<span class='tabx'>(待填入)</span>`]
|
|
|
-]
|
|
|
-
|
|
|
-export const A2tableY1 = [
|
|
|
- ['img', '封面', 'thumb'],
|
|
|
- ['text', '正文', 'description', 50],
|
|
|
- ['txt', '排序值', 'sort'],
|
|
|
- ['txt', '编辑人', 'creatorName'],
|
|
|
- ['txt', '编辑时间', 'updateTime']
|
|
|
-]
|
|
|
-
|
|
|
-export const A2tableY2 = [
|
|
|
- ['txt', '标题', 'name'],
|
|
|
- ['img', '视频封面', 'thumb'],
|
|
|
- ['text', '简介', 'description', 50],
|
|
|
- ['txt', '附件', 'fileName'],
|
|
|
- ['txt', '排序值', 'sort'],
|
|
|
- ['txt', '编辑人', 'creatorName'],
|
|
|
- ['txt', '编辑时间', 'updateTime']
|
|
|
-]
|
|
|
-
|
|
|
-export const A2tableC = [
|
|
|
- ['txt', '分类名称', 'name'],
|
|
|
- ['txt', '排序值', 'sort'],
|
|
|
- ['txt', '编辑人', 'creatorName'],
|
|
|
- ['txt', '编辑时间', 'updateTime']
|
|
|
-]
|
|
|
-
|
|
|
-export const A3tableC = [
|
|
|
- ['txt', '书名', 'name'],
|
|
|
- ['img', '封面', 'thumb'],
|
|
|
- ['txt', '作者', 'author'],
|
|
|
- ['txt', '出版社', 'press'],
|
|
|
- ['txt', 'ISBN编号', 'num'],
|
|
|
- ['txt', '排序值', 'sort'],
|
|
|
- ['txt', '编辑人', 'creatorName'],
|
|
|
- ['txt', '编辑时间', 'updateTime']
|
|
|
-]
|
|
|
-
|
|
|
-export const A4tableC = [
|
|
|
- ['txt', '用户ID', 'openId'],
|
|
|
- ['txt', '用户昵称', 'nickName'],
|
|
|
- ['img', '用户头像', 'avatarUrl'],
|
|
|
- ['txt', '注册时间', 'createTime'],
|
|
|
- ['txt', '最近登录时间', 'lastLoginTime'],
|
|
|
- ['txt', '最近登录IP', 'lastIp']
|
|
|
-]
|
|
|
-
|
|
|
-export const A5tableC = [
|
|
|
- ['txt', '书名', 'name'],
|
|
|
- ['img', '封面', 'thumb'],
|
|
|
- ['txt', '作者', 'author'],
|
|
|
- ['txt', '出版社', 'press'],
|
|
|
- ['txt', 'ISBN编号', 'num'],
|
|
|
- ['txt', '提交人', 'wxUserName'],
|
|
|
- ['txt', '提交时间', 'createTime'],
|
|
|
- ['txtChange', '审核状态', 'auditStatus', { 0: '待审核', 1: '审核通过', 2: '审核驳回' }],
|
|
|
- ['text', '审核备注', 'auditDesc', 50]
|
|
|
-]
|
|
|
-
|
|
|
-export const A6tableC = [
|
|
|
- ['txt', '书名', 'bookName'],
|
|
|
- ['text', '评论内容', 'content', 50],
|
|
|
- ['txtChange', '审核状态', 'auditStatus', { 0: '待审核', 1: '审核通过', 2: '审核驳回' }],
|
|
|
- ['txt', '提交人', 'createBy'],
|
|
|
- ['txt', '提交时间', 'createTime']
|
|
|
-]
|
|
|
-
|
|
|
-export const A7tableC = [
|
|
|
- ['txt', '标题', 'name'],
|
|
|
- ['txt', '公告类型', 'dictName'],
|
|
|
- ['txt', '排序值', 'sort'],
|
|
|
- ['txt', '编辑人', 'creatorName']
|
|
|
-]
|
|
|
-
|
|
|
-export const A7tableCtype = [
|
|
|
- ['txt', '类型名称', 'name'],
|
|
|
- ['txt', '排序值', 'sort']
|
|
|
+export const B1tableC = [
|
|
|
+ ['txt', '时段', 'time'],
|
|
|
+ ['txt', '周一', 'monday'],
|
|
|
+ ['txt', '周二', 'tuesday'],
|
|
|
+ ['txt', '周三', 'wednesday'],
|
|
|
+ ['txt', '周四', 'thursday'],
|
|
|
+ ['txt', '周五', 'friday'],
|
|
|
+ ['txt', '周六', 'saturday'],
|
|
|
+ ['txt', '周日', 'sunday']
|
|
|
]
|
|
|
|
|
|
export const Z1tableC = [
|