diff --git a/src/components/Upload/singleImage3.vue b/src/components/Upload/singleImage3.vue index 4183b88c..ea63e648 100644 --- a/src/components/Upload/singleImage3.vue +++ b/src/components/Upload/singleImage3.vue @@ -7,7 +7,6 @@
-
  全球 付费节目单 最热 经济
diff --git a/src/lang/en.js b/src/lang/en.js index 358a6e61..d2c767e6 100644 --- a/src/lang/en.js +++ b/src/lang/en.js @@ -82,7 +82,27 @@ export default { dynamicTips1: 'Fixed header, sorted by header order', dynamicTips2: 'Not fixed header, sorted by click order', dragTips1: 'The default order', - dragTips2: 'The Drag after order' + dragTips2: 'The Drag after order', + title: 'Title', + importance: 'Imp', + type: 'Type', + remark: 'Remark', + search: 'Search', + add: 'Add', + export: 'Export', + reviewer: 'reviewer', + id: 'ID', + date: 'Date', + author: 'Author', + readings: 'Readings', + status: 'Status', + actions: 'Actions', + edit: 'Edit', + publish: 'Publish', + draft: 'Draft', + delete: 'Delete', + cancel: 'Cancel', + confirm: 'Confirm' }, errorLog: { tips: 'Please click the bug icon in the upper right corner', diff --git a/src/lang/zh.js b/src/lang/zh.js index 54b6141b..25f86773 100644 --- a/src/lang/zh.js +++ b/src/lang/zh.js @@ -82,7 +82,27 @@ export default { dynamicTips1: '固定表头, 按照表头顺序排序', dynamicTips2: '不固定表头, 按照点击顺序排序', dragTips1: '默认顺序', - dragTips2: '拖拽后顺序' + dragTips2: '拖拽后顺序', + title: '标题', + importance: '重要性', + type: '类型', + remark: '点评', + search: '搜索', + add: '添加', + export: '导出', + reviewer: '审核人', + id: '序号', + date: '时间', + author: '作者', + readings: '阅读数', + status: '状态', + actions: '操作', + edit: '编辑', + publish: '发布', + draft: '草稿', + delete: '删除', + cancel: '取 消', + confirm: '确 定' }, errorLog: { tips: '请点击右上角bug小图标', diff --git a/src/mock/article.js b/src/mock/article.js index bd9fbd17..2f5b4583 100644 --- a/src/mock/article.js +++ b/src/mock/article.js @@ -9,7 +9,7 @@ for (let i = 0; i < count; i++) { id: '@increment', timestamp: +Mock.Random.date('T'), author: '@first', - auditor: '@name', + reviewer: '@first', title: '@title(5, 10)', forecast: '@float(0, 100, 2, 2)', importance: '@integer(1, 3)', @@ -43,7 +43,7 @@ export default { } }, getPv: () => ({ - pvData: [{ key: 'PC网站', pv: 1024 }, { key: 'mobile网站', pv: 1024 }, { key: 'ios', pv: 1024 }, { key: 'android', pv: 1024 }] + pvData: [{ key: 'PC', pv: 1024 }, { key: 'mobile', pv: 1024 }, { key: 'ios', pv: 1024 }, { key: 'android', pv: 1024 }] }), getArticle: () => ({ id: 120000000001, diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss index 72b03e37..08a7388a 100644 --- a/src/styles/element-ui.scss +++ b/src/styles/element-ui.scss @@ -27,6 +27,13 @@ } } + .fixed-width{ + .el-button--mini{ + padding: 7px 10px; + width: 60px; + } + } + .status-col { .cell { padding: 0 10px; diff --git a/src/views/example/tab/components/tabPane.vue b/src/views/example/tab/components/tabPane.vue index ad0da617..5d11d33b 100644 --- a/src/views/example/tab/components/tabPane.vue +++ b/src/views/example/tab/components/tabPane.vue @@ -1,7 +1,7 @@