From 02ce71420a54b8fb02be0e354cd97ac841e7194d Mon Sep 17 00:00:00 2001 From: lihenian <2629534615@qq.com> Date: Tue, 29 Oct 2019 09:50:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=A6=E6=83=85=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintignore | 4 + public/index.html | 2 +- src/router/index.js | 6 +- .../events/issue-process-detail-view.vue | 28 ++- .../events/issue-review-detail-view.vue | 23 +- .../modules/events/item-deal-detail-view.vue | 19 +- .../modules/news/notice-add-or-update.vue | 12 +- src/views/pages/projectHandle.vue | 220 ------------------ 8 files changed, 64 insertions(+), 250 deletions(-) delete mode 100644 src/views/pages/projectHandle.vue diff --git a/.eslintignore b/.eslintignore index 7b931680..05c4d650 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1 +1,5 @@ /src/icons/iconfont.js +rules: { + // allow debugger during development + 'no-debugger': 'error', + } \ No newline at end of file diff --git a/public/index.html b/public/index.html index 65c8b7bb..d8bf072d 100644 --- a/public/index.html +++ b/public/index.html @@ -33,7 +33,7 @@ <% if (process.env.VUE_APP_NODE_ENV === 'dev') { %> <% } %> diff --git a/src/router/index.js b/src/router/index.js index 11d657a8..e5011253 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -24,11 +24,7 @@ export const pageRoutes = [ { path: '/login', component: () => import('@/views/pages/login'), name: 'login', - meta: { title: '登录' } }, - { path: '/project-handle', - name: 'projectHandle', - component: () => import('@/views/pages/projectHandle') - } + meta: { title: '登录' } } ] // 模块路由(基于主入口布局页面) diff --git a/src/views/modules/events/issue-process-detail-view.vue b/src/views/modules/events/issue-process-detail-view.vue index c3f04db5..5d87a891 100644 --- a/src/views/modules/events/issue-process-detail-view.vue +++ b/src/views/modules/events/issue-process-detail-view.vue @@ -45,6 +45,7 @@
+ - + + {{ $t('confirm') }} + 返回 + +
@@ -186,6 +188,12 @@ export default { padding-left: 9px; font-size: 13px; } + .el-textarea { + width: 600px !important; + } + .el-input { + width: 600px !important; + } } @@ -259,11 +267,13 @@ export default { } } .handle-operation { - width: 79%; - height: 49%; - box-sizing: border-box; - border: 2px solid #ccc; - float:left; + padding-top: 20px; + box-sizing: border-box; + width: 79%; + height: 49%; + box-sizing: border-box; + border: 2px solid #ccc; + float:left; } } diff --git a/src/views/modules/events/issue-review-detail-view.vue b/src/views/modules/events/issue-review-detail-view.vue index f716ce8d..27b5d1a9 100644 --- a/src/views/modules/events/issue-review-detail-view.vue +++ b/src/views/modules/events/issue-review-detail-view.vue @@ -28,6 +28,7 @@
+ - + - + + {{ $t('confirm') }} + {{ '返回' }} + + +
@@ -203,6 +206,12 @@ export default { padding-left: 9px; font-size: 13px; } + .el-textarea { + width: 600px !important; + } + .el-input { + width: 600px !important; + } } @@ -232,7 +241,7 @@ export default { } &::-webkit-scrollbar-thumb { border-radius: 5px; - background: #fff; + background: #ccc; } &::-webkit-scrollbar-track { border-radius: 10px; @@ -276,6 +285,8 @@ export default { } } .handle-operation { + padding-top: 20px; + box-sizing: border-box; width: 100%; height: 49%; box-sizing: border-box; diff --git a/src/views/modules/events/item-deal-detail-view.vue b/src/views/modules/events/item-deal-detail-view.vue index 16fa24bc..4eb885c5 100644 --- a/src/views/modules/events/item-deal-detail-view.vue +++ b/src/views/modules/events/item-deal-detail-view.vue @@ -50,7 +50,7 @@
- +
+ + {{ $t('confirm') }} + 返回 + - + @@ -288,6 +289,12 @@ export default { padding-left: 9px; font-size: 13px; } + .el-textarea { + width: 600px !important; + } + .el-input { + width: 600px !important; + } } @@ -361,6 +368,8 @@ export default { } } .handle-operation { + padding-top: 20px; + box-sizing: border-box; width: 79%; height: 49%; box-sizing: border-box; diff --git a/src/views/modules/news/notice-add-or-update.vue b/src/views/modules/news/notice-add-or-update.vue index 023d0529..4253a569 100644 --- a/src/views/modules/news/notice-add-or-update.vue +++ b/src/views/modules/news/notice-add-or-update.vue @@ -33,7 +33,7 @@ - item.id === this.dataForm.gridId)[0] - this.dataForm.grid = choosenItem.name + // let choosenItem = this.gridList.filter(item => item.id === this.dataForm.gridId)[0] + // this.dataForm.grid = choosenItem.name + // this.dataForm = Object.assign(this.dataForm, { gridId: item }) + console.log(this.dataForm) } } diff --git a/src/views/pages/projectHandle.vue b/src/views/pages/projectHandle.vue deleted file mode 100644 index 16cc4418..00000000 --- a/src/views/pages/projectHandle.vue +++ /dev/null @@ -1,220 +0,0 @@ - - - - -