From dae9c79ac6ba470c42d8f98d5148d0413ff84547 Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: 星期六, 20 八月 2022 16:00:50 +0800
Subject: [PATCH] Default Changelist

---
 src/views/specialWorkSystem/workTicket/myJobApply/components/powerLog.vue  |    2 +-
 src/views/specialWorkSystem/workTicket/myJobApply/components/heightLog.vue |    2 +-
 src/views/specialWorkSystem/workTicket/myJobApply/components/fireLog.vue   |    2 +-
 src/views/specialWorkSystem/workTicket/myJobApply/components/groundLog.vue |    2 +-
 src/views/specialWorkSystem/workTicket/myJobApply/components/plateLog.vue  |    2 +-
 src/views/specialWorkSystem/workTicket/myJobApply/components/spaceLog.vue  |    2 +-
 src/views/specialWorkSystem/workTicket/myJobApply/components/brokenLog.vue |    4 ++--
 src/views/specialWorkSystem/workTicket/myJobApply/components/hoistLog.vue  |    2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/views/specialWorkSystem/workTicket/myJobApply/components/brokenLog.vue b/src/views/specialWorkSystem/workTicket/myJobApply/components/brokenLog.vue
index f73b3f3..08ab0df 100644
--- a/src/views/specialWorkSystem/workTicket/myJobApply/components/brokenLog.vue
+++ b/src/views/specialWorkSystem/workTicket/myJobApply/components/brokenLog.vue
@@ -1,6 +1,6 @@
 <template>
 	<div style="height: 100%">
-		<el-form :model="details" label-width="120px">
+		<el-form :model="details" label-width="150px">
 			<el-form-item label="作业申请单号">
 				<el-input v-model="details.workPermitNo" readonly />
 			</el-form-item>
@@ -34,7 +34,7 @@
 			<el-form-item label="断路地段说明">
 				<el-input v-model="details.workDetail.bcExplain" readonly type="textarea" />
 			</el-form-item>
-			<el-form-item label="involvedDepIds">
+			<el-form-item label="涉及相关部门">
 				<el-input v-model="details.workDetail.involvedDepIds" readonly type="textarea"/>
 			</el-form-item>
 			<el-form-item label="期望开始时间">
diff --git a/src/views/specialWorkSystem/workTicket/myJobApply/components/fireLog.vue b/src/views/specialWorkSystem/workTicket/myJobApply/components/fireLog.vue
index 6c8dbd9..6c45e0b 100644
--- a/src/views/specialWorkSystem/workTicket/myJobApply/components/fireLog.vue
+++ b/src/views/specialWorkSystem/workTicket/myJobApply/components/fireLog.vue
@@ -1,6 +1,6 @@
 <template>
 	<div style="height: 100%">
-		<el-form :model="details" label-width="120px">
+		<el-form :model="details" label-width="150px">
 			<el-form-item label="作业申请单号">
 				<el-input v-model="details.workPermitNo" readonly />
 			</el-form-item>
diff --git a/src/views/specialWorkSystem/workTicket/myJobApply/components/groundLog.vue b/src/views/specialWorkSystem/workTicket/myJobApply/components/groundLog.vue
index af47527..3819fda 100644
--- a/src/views/specialWorkSystem/workTicket/myJobApply/components/groundLog.vue
+++ b/src/views/specialWorkSystem/workTicket/myJobApply/components/groundLog.vue
@@ -1,6 +1,6 @@
 <template>
 	<div style="height: 100%">
-		<el-form :model="details" label-width="120px">
+		<el-form :model="details" label-width="150px">
 			<el-form-item label="作业申请单号">
 				<el-input v-model="details.workPermitNo" readonly />
 			</el-form-item>
diff --git a/src/views/specialWorkSystem/workTicket/myJobApply/components/heightLog.vue b/src/views/specialWorkSystem/workTicket/myJobApply/components/heightLog.vue
index b96f9ef..581bfac 100644
--- a/src/views/specialWorkSystem/workTicket/myJobApply/components/heightLog.vue
+++ b/src/views/specialWorkSystem/workTicket/myJobApply/components/heightLog.vue
@@ -1,6 +1,6 @@
 <template>
 	<div style="height: 100%">
-		<el-form :model="details" label-width="120px">
+		<el-form :model="details" label-width="150px">
 			<el-form-item label="作业申请单号">
 				<el-input v-model="details.workPermitNo" readonly />
 			</el-form-item>
diff --git a/src/views/specialWorkSystem/workTicket/myJobApply/components/hoistLog.vue b/src/views/specialWorkSystem/workTicket/myJobApply/components/hoistLog.vue
index 0e41e18..a0836c4 100644
--- a/src/views/specialWorkSystem/workTicket/myJobApply/components/hoistLog.vue
+++ b/src/views/specialWorkSystem/workTicket/myJobApply/components/hoistLog.vue
@@ -1,6 +1,6 @@
 <template>
 	<div style="height: 100%">
-		<el-form :model="details" label-width="120px">
+		<el-form :model="details" label-width="150px">
 			<el-form-item label="作业申请单号">
 				<el-input v-model="details.workPermitNo" readonly />
 			</el-form-item>
diff --git a/src/views/specialWorkSystem/workTicket/myJobApply/components/plateLog.vue b/src/views/specialWorkSystem/workTicket/myJobApply/components/plateLog.vue
index 45e3085..293abd0 100644
--- a/src/views/specialWorkSystem/workTicket/myJobApply/components/plateLog.vue
+++ b/src/views/specialWorkSystem/workTicket/myJobApply/components/plateLog.vue
@@ -1,6 +1,6 @@
 <template>
 	<div style="height: 100%">
-		<el-form :model="details" label-width="120px">
+		<el-form :model="details" label-width="150px">
 			<el-form-item label="作业申请单号">
 				<el-input v-model="details.workPermitNo" readonly />
 			</el-form-item>
diff --git a/src/views/specialWorkSystem/workTicket/myJobApply/components/powerLog.vue b/src/views/specialWorkSystem/workTicket/myJobApply/components/powerLog.vue
index 297e8f9..f26f432 100644
--- a/src/views/specialWorkSystem/workTicket/myJobApply/components/powerLog.vue
+++ b/src/views/specialWorkSystem/workTicket/myJobApply/components/powerLog.vue
@@ -1,6 +1,6 @@
 <template>
 	<div style="height: 100%">
-		<el-form :model="details" label-width="120px">
+		<el-form :model="details" label-width="150px">
 			<el-form-item label="作业申请单号">
 				<el-input v-model="details.workPermitNo" readonly />
 			</el-form-item>
diff --git a/src/views/specialWorkSystem/workTicket/myJobApply/components/spaceLog.vue b/src/views/specialWorkSystem/workTicket/myJobApply/components/spaceLog.vue
index 1e5c6fe..e104833 100644
--- a/src/views/specialWorkSystem/workTicket/myJobApply/components/spaceLog.vue
+++ b/src/views/specialWorkSystem/workTicket/myJobApply/components/spaceLog.vue
@@ -1,6 +1,6 @@
 <template>
 	<div style="height: 100%">
-		<el-form :model="details" label-width="120px">
+		<el-form :model="details" label-width="150px">
 			<el-form-item label="作业申请单号">
 				<el-input v-model="details.workPermitNo" readonly />
 			</el-form-item>

--
Gitblit v1.9.2