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信息' } } }, {