see999 4 년 전
부모
커밋
d7d5a3c531

+ 1 - 1
src/xt_pages/outpatientDoctorStation/components/saveTemplate.vue 파일 보기

@@ -76,7 +76,7 @@
76 76
                                 </template>
77 77
                             </el-table-column>
78 78
                         </el-table>
79
-                        <el-table v-if="subItem.project.length > 0" :data="subItem.project" border style="width: 99%;"
79
+                        <el-table v-if="subItem.project.length > 0" :data="subItem.project" border style="marin-top:10px;"
80 80
                                   :row-style="{ color: '#303133' }"
81 81
                                   :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}"
82 82
                                   highlight-current-row>

+ 1 - 0
src/xt_pages/outpatientDoctorStation/prescriptionTemplate.vue 파일 보기

@@ -192,6 +192,7 @@
192 192
 
193 193
             this.$refs.tab.setCurrentRow(this.data[0])
194 194
             this.patient_id = this.data[0].id
195
+            this.patient_name = this.data[0].name
195 196
             this.GetPrescriptionTemplateList()
196 197
 
197 198
           }

+ 2 - 2
src/xt_pages/outpatientDoctorStation/prescriptionTemplatedetail.vue 파일 보기

@@ -2,8 +2,8 @@
2 2
     <div class="main-contain new-main-contain">
3 3
 
4 4
         <div style="height: calc(100% - 0px);display: flex;flex-direction: column;">
5
-            <div style="display:flex;justify-content: space-between;align-items:center;margin-bottom:10px;padding:0 10px;color:#606266;">
6
-              <div>姓名:{{ $route.query.patient_name }}</div>
5
+            <div style="display:flex;justify-content: space-between;align-items:center;margin:10px 0;padding:0 10px;color:#606266;">
6
+              <div style="font-size:14px;">姓名:{{ $route.query.patient_name }}</div>
7 7
               <el-button size="small" @click="save" type="primary">保存</el-button>
8 8
             </div>
9 9