From 1a33b944d425b1488f4e5b93725bdf00609271be Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Thu, 30 Mar 2023 14:49:42 +0800
Subject: [PATCH] 修改部门新增规则
---
src/views/intellectInspect/inspectIndex/index.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/intellectInspect/inspectIndex/index.vue b/src/views/intellectInspect/inspectIndex/index.vue
index 9b0c8fb..9f6635f 100644
--- a/src/views/intellectInspect/inspectIndex/index.vue
+++ b/src/views/intellectInspect/inspectIndex/index.vue
@@ -323,7 +323,7 @@
// 页面载入时执行方法
onMounted(() => {
getDepartmentData();
- getCountExcepOrder();
+ // getCountExcepOrder();
getInspectRecord();
getListExcepOrder();
getDayData();
@@ -796,9 +796,8 @@
display: flex;
align-items: center;
justify-content: right;
- .el-select{
- width: 50% !important;
- margin-left: 10px;
+ :deep(.el-cascader){
+ width: 100% !important;
}
.el-switch{
width: 100% !important;
@@ -806,6 +805,7 @@
width: 100% !important;
}
}
+
}
.filter-part2{
display: flex;
--
Gitblit v1.9.2