huangyw 2 년 전
부모
커밋
4353305cb5

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

776
   height: 100%;
776
   height: 100%;
777
   display: flex;
777
   display: flex;
778
   flex-direction: column;
778
   flex-direction: column;
779
+  padding: 10px;
779
 }
780
 }
780
 
781
 
781
 .app-container {
782
 .app-container {

+ 14 - 6
src/xt_pages/outpatientDoctorStation/batch_replacement.vue 파일 보기

3
   <div class="main-contain new-main-contain">
3
   <div class="main-contain new-main-contain">
4
     <div class="bannar_list">
4
     <div class="bannar_list">
5
       <div class="banner_left">
5
       <div class="banner_left">
6
-        <div style="width: 1000px; display: flex">
6
+        <div style="width: 1000px; display: flex; justify-content: space-between;">
7
           <div>
7
           <div>
8
             透析模式:
8
             透析模式:
9
             <el-select
9
             <el-select
96
               color: '#606266',
96
               color: '#606266',
97
             }"
97
             }"
98
           >
98
           >
99
-            <el-table-column type="selection" width="55"> </el-table-column>
100
-            <el-table-column label="患者姓名" width="184">
99
+            <el-table-column type="selection" width="55" align="center"> </el-table-column>
100
+            <el-table-column label="患者姓名" width="184" align="center">
101
               <template slot-scope="scope">{{ scope.row.name }}</template>
101
               <template slot-scope="scope">{{ scope.row.name }}</template>
102
             </el-table-column>
102
             </el-table-column>
103
           </el-table>
103
           </el-table>
108
           :data="tableDatas"
108
           :data="tableDatas"
109
           style="width: 100%"
109
           style="width: 100%"
110
           :height="tableHeight"
110
           :height="tableHeight"
111
-          max-height="70vh" 
111
+          max-height="70vh"
112
           border
112
           border
113
           :row-style="{ color: '#303133' }"
113
           :row-style="{ color: '#303133' }"
114
           :header-cell-style="{
114
           :header-cell-style="{
250
           }"
250
           }"
251
           highlight-current-row
251
           highlight-current-row
252
         >
252
         >
253
-          <el-table-column fixed label="替换项目名称" width="230" align="center">
253
+          <el-table-column
254
+            fixed
255
+            label="替换项目名称"
256
+            width="280"
257
+            align="center"
258
+          >
254
             <template slot-scope="scope">
259
             <template slot-scope="scope">
255
               <el-select
260
               <el-select
256
                 filterable
261
                 filterable
1101
 }
1106
 }
1102
 
1107
 
1103
 /deep/ .el-table__fixed {
1108
 /deep/ .el-table__fixed {
1104
-  height: 101px;
1109
+  // height: 101px;
1105
   bottom: 0 !important;
1110
   bottom: 0 !important;
1111
+  .el-table__fixed-body-wrapper {
1112
+    top: 45px !important;
1113
+  }
1106
 }
1114
 }
1107
 .mainCenter {
1115
 .mainCenter {
1108
   display: flex;
1116
   display: flex;

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

56
                             <prescription-template-mode-table ref="prescription_tables"
56
                             <prescription-template-mode-table ref="prescription_tables"
57
                                                          :prescription="curPrescriptions"
57
                                                          :prescription="curPrescriptions"
58
                                                          :preDrugs="preDrugs"
58
                                                          :preDrugs="preDrugs"
59
-                                                         :activeType="customTabIndex"></prescription-template-mode-table>
59
+                                                         :activeType="customTabIndex">
60
+                            </prescription-template-mode-table>
60
                         </el-tabs>
61
                         </el-tabs>
61
                     </div>
62
                     </div>
62
                 </div>
63
                 </div>
1988
         display: flex;
1989
         display: flex;
1989
         flex-direction: column;
1990
         flex-direction: column;
1990
         position: relative;
1991
         position: relative;
1991
-
1992
+        
1992
     .el-form-item {
1993
     .el-form-item {
1993
         width: 33%;
1994
         width: 33%;
1994
         margin-bottom: 14px;
1995
         margin-bottom: 14px;

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

2142
         display: flex;
2142
         display: flex;
2143
         flex-direction: column;
2143
         flex-direction: column;
2144
         position: relative;
2144
         position: relative;
2145
-
2145
+        overflow-x: auto;
2146
     .el-form-item {
2146
     .el-form-item {
2147
         width: 33%;
2147
         width: 33%;
2148
         margin-bottom: 14px;
2148
         margin-bottom: 14px;