From 2a45cb4af3f72c23de76c770bddeda71fbb7c62e Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Mon, 27 Mar 2023 09:24:23 +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