Răsfoiți Sursa

病理版和检验版列表‘部门’固定宽度区分

shenqilong 9 luni în urmă
părinte
comite
b8a49a6c77

+ 4 - 1
src/business/platform/data/templaterender/templates/list.vue

@@ -1575,7 +1575,10 @@ export default {
             col.width = '110'
             break
           case 'bian_zhi_bu_men_':
-            col.width = '100'
+            col.width =
+              this.$store.getters?.setting?.foundation?.version == '病理'
+                ? '120'
+                : '100'
             col.label = '部门'
             break
           case 'bian_zhi_shi_jian':