From 7c7fef1d757a350873ef3852f7c68173cfde1626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BC=BA?= <1206709430@qq.com> Date: Thu, 12 May 2022 01:05:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=9F=E8=83=BD=E5=8F=98=E5=8C=96:=20?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=89=8D=E7=AB=AF=E6=8F=90=E7=A4=BA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/system/dictionary/subDictionary/index.vue | 11 ----------- web/src/views/system/log/loginLog/crud.js | 8 ++++---- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/web/src/views/system/dictionary/subDictionary/index.vue b/web/src/views/system/dictionary/subDictionary/index.vue index 8524563..51a313b 100644 --- a/web/src/views/system/dictionary/subDictionary/index.vue +++ b/web/src/views/system/dictionary/subDictionary/index.vue @@ -21,12 +21,6 @@ /> - - 我来啦! - @@ -51,7 +45,6 @@ export default { }, data () { return { - drawer: false } }, methods: { @@ -77,10 +70,6 @@ export default { }, delRequest (row) { return api.DelObj(row.id) - }, - // 字典配置 - dictionaryConfigure (scope) { - this.drawer = true } } } diff --git a/web/src/views/system/log/loginLog/crud.js b/web/src/views/system/log/loginLog/crud.js index 993f1d1..7ba433d 100644 --- a/web/src/views/system/log/loginLog/crud.js +++ b/web/src/views/system/log/loginLog/crud.js @@ -115,7 +115,7 @@ export const crudOptions = (vm) => { type: 'input', form: { component: { - placeholder: '请输入操作系统' + placeholder: '请输入运营商' } } }, { @@ -126,7 +126,7 @@ export const crudOptions = (vm) => { form: { disabled: true, component: { - placeholder: '请输入州' + placeholder: '请输入大州' } }, component: { props: { color: 'auto' } } // 自动染色 @@ -265,7 +265,7 @@ export const crudOptions = (vm) => { type: 'input', form: { component: { - placeholder: '请输入操作系统' + placeholder: '请输入浏览器名' } } }, { @@ -276,7 +276,7 @@ export const crudOptions = (vm) => { type: 'input', form: { component: { - placeholder: '请输入操作系统' + placeholder: '请输入agent信息' } } }, {