From 9a2e3efdf5f751ede1b7e9e10d38b4ef6b793ff8 Mon Sep 17 00:00:00 2001 From: SelfRidicule Date: Fri, 30 Aug 2024 19:02:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=8F=E8=BF=B0=EF=BC=9A=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../admin/repair/RepairDeviceTypeList.vue | 4 ++-- src/views/admin/repair/RepairStatistics.vue | 20 +++++++++++-------- .../repair/modules/RepairDeviceTypeModal.vue | 4 ++-- src/views/user/Login.vue | 2 +- 4 files changed, 17 insertions(+), 13 deletions(-) diff --git a/src/views/admin/repair/RepairDeviceTypeList.vue b/src/views/admin/repair/RepairDeviceTypeList.vue index c5155a5..2024fc0 100644 --- a/src/views/admin/repair/RepairDeviceTypeList.vue +++ b/src/views/admin/repair/RepairDeviceTypeList.vue @@ -4,7 +4,7 @@ - + @@ -81,7 +81,7 @@ export default { // 表头 columns: [ { - title: '设备类别', + title: '故障类型', dataIndex: 'name' }, { diff --git a/src/views/admin/repair/RepairStatistics.vue b/src/views/admin/repair/RepairStatistics.vue index 6533f39..5b01ae8 100644 --- a/src/views/admin/repair/RepairStatistics.vue +++ b/src/views/admin/repair/RepairStatistics.vue @@ -699,8 +699,9 @@ export default { } .statusView .caseStatusView .headView .titleView, .statusView .evaluateView .headView .titleView { - font-size: 14px; - color: gray; + font-size: 16px; + color: black; + font-weight: bold; } @@ -774,8 +775,9 @@ export default { } .faultView .floorView .headView .titleView { - font-size: 14px; - color: gray; + font-size: 16px; + color: black; + font-weight: bold; } @@ -817,8 +819,9 @@ export default { } .rightView .blockView .headView .titleView { - font-size: 14px; - color: gray; + font-size: 16px; + color: black; + font-weight: bold; } .rightView .blockView .headView .conditionView { @@ -851,8 +854,9 @@ export default { } .tableView .headView .titleView { - font-size: 14px; - color: gray; + font-size: 16px; + color: black; + font-weight: bold; } .tableView .headView .conditionView { diff --git a/src/views/admin/repair/modules/RepairDeviceTypeModal.vue b/src/views/admin/repair/modules/RepairDeviceTypeModal.vue index 0f5ab98..dc1d058 100644 --- a/src/views/admin/repair/modules/RepairDeviceTypeModal.vue +++ b/src/views/admin/repair/modules/RepairDeviceTypeModal.vue @@ -14,8 +14,8 @@ - - + + { // 登录跳转 + this.$router.push({ name: 'repairStatistics' }, () => { // 登录跳转 this.$notification.success({ message: '欢迎', description: `${timeFix()},欢迎回来`