From 41d3232a6ffd25d9d0f3612b59d17e3515b5bb89 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Thu, 26 Oct 2023 16:28:23 +0800
Subject: [PATCH] Merge branch 'feature_1.0'

---
 src/views/toCarryOutLegislativeReforms/components/newWorkOrder.vue |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/src/views/toCarryOutLegislativeReforms/components/newWorkOrder.vue b/src/views/toCarryOutLegislativeReforms/components/newWorkOrder.vue
index 32b228b..3a5489f 100644
--- a/src/views/toCarryOutLegislativeReforms/components/newWorkOrder.vue
+++ b/src/views/toCarryOutLegislativeReforms/components/newWorkOrder.vue
@@ -1,6 +1,10 @@
 <template>
   <div>
     <el-dialog :title="title" :visible.sync="visible" top="30px" width="900px" center :before-close="close">
+      <div slot="title" class="titBox">
+        <div>{{ parentFormData.allocationNum }}</div>
+        <div>{{ title }}</div>
+      </div>
       <div>
         <el-form ref="ruleForm" :disabled="pageState==='detail'" label-width="100px" :model="formData" class="demo-form-inline" :rules="rules">
           <el-row>
@@ -343,6 +347,17 @@
 </script>
 
 <style lang="scss" scoped>
+.titBox{
+  position: relative;
+  font-size: 18px;
+  div:first-child{
+    position: absolute;
+    left: 10px;
+  }
+  div{
+    display: inline-block;
+  }
+}
 .block {
     display: inline-block !important;
     margin-right: 10px;

--
Gitblit v1.8.0