Bladeren bron

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

XMLWAN 3 jaren geleden
bovenliggende
commit
dac7f0352a

+ 1 - 1
src/xt_pages/outpatientCharges/statementTemplate/printFour.vue Bestand weergeven

@@ -72,7 +72,7 @@
72 72
                             </div>
73 73
                             <div class="chargeUl" style="border-top:1px solid #000;">
74 74
                                 <p style="width:50%;">记账支付</p>
75
-                                <p style="width:50%;">{{info.fund_pay_sumamt?info.fund_pay_sumamt:0}}元</p>
75
+                                <p style="width:50%;">{{info.hifp_pay?info.hifp_pay:0}}元</p>
76 76
                             </div>
77 77
                             <div class="chargeUl" style="border-top:1px solid #000;">
78 78
                                 <p style="width:50%;">个人账号</p>

+ 1 - 1
src/xt_pages/outpatientCharges/statementTemplate/printThree.vue Bestand weergeven

@@ -87,7 +87,7 @@
87 87
                       <td colspan="7">
88 88
                           <div style="display:flex;flez-wrap:wrap;margin-bottom:10px;font-size:16px;">
89 89
                               <div style="width:33%;">医疗费总额:{{info.medfee_sumamt?info.medfee_sumamt:0}}元</div>
90
-                              <div style="width:33%;">基金支付金额:{{info.fund_pay_sumamt?info.fund_pay_sumamt:0}}元</div>
90
+                              <div style="width:33%;">基金支付金额:{{info.hifp_pay?info.hifp_pay:0}}元</div>
91 91
                               <div style="width:33%;">个人账户支付金额:{{info.acct_pay?info.acct_pay:0}}元</div>
92 92
 
93 93
                           </div>

+ 3 - 0
src/xt_pages/user/templateSummary.vue Bestand weergeven

@@ -1835,4 +1835,7 @@
1835 1835
 .el-table::before {
1836 1836
   background-color: #d0d3da;
1837 1837
 }
1838
+.el-select-dropdown {
1839
+  max-width: 1000px !important;
1840
+}
1838 1841
 </style>