huangyw 2 年 前
コミット
60d80f0967
共有1 個のファイルを変更した11 個の追加13 個の削除を含む
  1. 11 13
      src/xt_pages/Pharmacy/DrugDispensing.vue

+ 11 - 13
src/xt_pages/Pharmacy/DrugDispensing.vue ファイルの表示

@@ -177,8 +177,7 @@
177 177
             ref="table_01"
178 178
             :height="tableHeight"
179 179
             :data="tableData"
180
-            :summary-method="getSummaries_t1"
181
-            show-summary
180
+            
182 181
             border
183 182
             highlight-current-row
184 183
             style="width: 100%"
@@ -276,8 +275,7 @@
276 275
             ref="table_01"
277 276
             :height="tableHeight"
278 277
             :data="tableData"
279
-            :summary-method="getSummaries_t2"
280
-            show-summary
278
+           
281 279
             border
282 280
             highlight-current-row
283 281
             style="width: 100%"
@@ -1035,15 +1033,15 @@ export default {
1035 1033
     this.getrouteofadministration();
1036 1034
     this.getgetpartitionlist();
1037 1035
   },
1038
-  updated() {
1039
-    this.$nextTick(() => {
1040
-      if (this.$refs["table_01"]) {
1041
-        this.$refs["table_01"].doLayout();
1042
-      } else if (this.$refs["table_02"]) {
1043
-        this.$refs["table_02"].doLayout();
1044
-      }
1045
-    });
1046
-  },
1036
+  // updated() {
1037
+  //   this.$nextTick(() => {
1038
+  //     if (this.$refs["table_01"]) {
1039
+  //       this.$refs["table_01"].doLayout();
1040
+  //     } else if (this.$refs["table_02"]) {
1041
+  //       this.$refs["table_02"].doLayout();
1042
+  //     }
1043
+  //   });
1044
+  // },
1047 1045
 };
1048 1046
 </script>
1049 1047