From eed9ad54adf4352e6551746c846932ef61907041 Mon Sep 17 00:00:00 2001 From: zhl Date: Thu, 21 Jan 2021 09:51:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E4=B8=80=E4=BA=9Beslint?= =?UTF-8?q?=E7=9A=84error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lang/ja.ts | 1 + src/lang/ko.ts | 1 + src/views/system/role.vue | 22 +++++++--------------- 3 files changed, 9 insertions(+), 15 deletions(-) diff --git a/src/lang/ja.ts b/src/lang/ja.ts index 5a87ae9..d7e8274 100644 --- a/src/lang/ja.ts +++ b/src/lang/ja.ts @@ -1,6 +1,7 @@ export default { route: { dashboard: 'トップ', + system: 'システム', documentation: 'ドキュメント', guide: 'ガイド', permission: '権限', diff --git a/src/lang/ko.ts b/src/lang/ko.ts index 8a461e5..4d16a6a 100644 --- a/src/lang/ko.ts +++ b/src/lang/ko.ts @@ -1,6 +1,7 @@ export default { route: { dashboard: '대시보드', + system: '체계', documentation: '문서', guide: '가이드', permission: '권한', diff --git a/src/views/system/role.vue b/src/views/system/role.vue index 9fb7060..2305227 100644 --- a/src/views/system/role.vue +++ b/src/views/system/role.vue @@ -123,20 +123,17 @@ @@ -251,4 +240,7 @@ export default class extends Vue { margin-bottom: 30px; } } +read-only { + color: #a09d9d; +}