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()},欢迎回来`