huangyw 2 years ago
parent
commit
a76277de25

+ 7 - 1
src/xt_pages/Pharmacy/DrugDispensing.vue View File

118
             :height="tableHeight"
118
             :height="tableHeight"
119
             :data="tableData"
119
             :data="tableData"
120
             border
120
             border
121
+            highlight-current-row
121
             style="width: 1328px"
122
             style="width: 1328px"
123
+            :row-style="{ color: '#303133' }"
124
+            :header-cell-style="{
125
+              backgroundColor: 'rgb(245, 247, 250)',
126
+              color: '#606266',
127
+            }"
122
             @selection-change="handleSelectionChange"
128
             @selection-change="handleSelectionChange"
123
             v-if="state == 1"
129
             v-if="state == 1"
124
           >
130
           >
728
     height: 34px;
734
     height: 34px;
729
     width: 65px;
735
     width: 65px;
730
   }
736
   }
731
-  .el-table{
737
+  .el-table {
732
     margin-top: -13px;
738
     margin-top: -13px;
733
   }
739
   }
734
   /deep/ .el-divider {
740
   /deep/ .el-divider {

+ 5 - 0
src/xt_pages/Pharmacy/PatientDispensing.vue View File

121
             :data="tableData"
121
             :data="tableData"
122
             border
122
             border
123
             style="width: 100%"
123
             style="width: 100%"
124
+            :row-style="{ color: '#303133' }"
125
+            :header-cell-style="{
126
+              backgroundColor: 'rgb(245, 247, 250)',
127
+              color: '#606266',
128
+            }"
124
           >
129
           >
125
             <el-table-column
130
             <el-table-column
126
               type="index"
131
               type="index"