From c51bc97d413f6be22da96efe0c7fd331f05afa0f Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: Wed, 26 Oct 2022 11:01:55 +0800
Subject: [PATCH] 默认更改列表
---
src/views/specialWorkManage/workTicket/workApply/index.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/specialWorkManage/workTicket/workApply/index.vue b/src/views/specialWorkManage/workTicket/workApply/index.vue
index 0668f53..43b4203 100644
--- a/src/views/specialWorkManage/workTicket/workApply/index.vue
+++ b/src/views/specialWorkManage/workTicket/workApply/index.vue
@@ -17,7 +17,7 @@
<broken-form :workerList= allWorkers :departList = departmentList></broken-form>
</el-tab-pane>
<el-tab-pane label="高处作业">
- <height-form :workerList = allWorkers></height-form>
+ <height-form :workerList = allWorkers :departList = departmentList></height-form>
</el-tab-pane>
<el-tab-pane label="临时用电作业">
<power-form :workerList = allWorkers></power-form>
@@ -120,9 +120,9 @@
.el-input{
width: 100% !important;
}
- .el-date-editor::v-deep{
- width: 100%;
- }
+ //.el-date-editor::v-deep{
+ // width: 100%;
+ //}
.el-select{
width: 100%;
}
--
Gitblit v1.9.2