see999 4 years ago
parent
commit
d7d5a3c531

+ 1 - 1
src/xt_pages/outpatientDoctorStation/components/saveTemplate.vue View File

76
                                 </template>
76
                                 </template>
77
                             </el-table-column>
77
                             </el-table-column>
78
                         </el-table>
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
                                   :row-style="{ color: '#303133' }"
80
                                   :row-style="{ color: '#303133' }"
81
                                   :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}"
81
                                   :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}"
82
                                   highlight-current-row>
82
                                   highlight-current-row>

+ 1 - 0
src/xt_pages/outpatientDoctorStation/prescriptionTemplate.vue View File

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

+ 2 - 2
src/xt_pages/outpatientDoctorStation/prescriptionTemplatedetail.vue View File

2
     <div class="main-contain new-main-contain">
2
     <div class="main-contain new-main-contain">
3
 
3
 
4
         <div style="height: calc(100% - 0px);display: flex;flex-direction: column;">
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
               <el-button size="small" @click="save" type="primary">保存</el-button>
7
               <el-button size="small" @click="save" type="primary">保存</el-button>
8
             </div>
8
             </div>
9
 
9