Explorar el Código

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

28169 hace 1 año
padre
commit
5acb10c66d

+ 14 - 1
src/components/Editor/index.vue Ver fichero

@@ -34,7 +34,20 @@
34 34
             'fontsize', //字体大小
35 35
             'fontfamily', //字体
36 36
             'forecolor', //字体颜色
37
-            'table',
37
+            'insertrow',//前插入行
38
+            'inserttable', //插入表格
39
+            'edittable', //表格属性
40
+            'edittd', //单元格属性
41
+            'mergeright', //右合并单元格
42
+            'mergedown', //下合并单元格
43
+            'deleterow', //删除行
44
+            'deletecol', //删除列
45
+            'splittorows', //拆分成行
46
+            'splittocols', //拆分成列
47
+            'splittocells', //完全拆分单元格
48
+            'deletecaption', //删除表格标题
49
+            'deletetable', //删除表格
50
+            'mergecells', //合并多个单元格
38 51
           ]]
39 52
           // scaleEnabled: true,
40 53
         })

+ 7 - 4
src/xt_pages/data/components/templateTable.vue Ver fichero

@@ -75,7 +75,7 @@
75 75
       </el-pagination>
76 76
     </div> -->
77 77
 
78
-    <el-dialog :title="textMap[dialogStatus]" :visible.sync="dialogFormVisible">
78
+    <el-dialog :title="textMap[dialogStatus]" :visible.sync="dialogFormVisible" width="70%">
79 79
       <el-form
80 80
         :rules="rules"
81 81
         ref="dataForm"
@@ -83,20 +83,22 @@
83 83
         label-position="right"
84 84
         label-width="70px"
85 85
       >
86
+      <!--  -->
86 87
         <el-form-item label="标题" prop="title">
87 88
           <el-input
88 89
             v-model="temp.title"
89 90
             maxlength="100"
90 91
             placeholder="请输入标题"
92
+            style="width: 30%;"
91 93
           ></el-input>
92 94
         </el-form-item>
93 95
 
94
-        <el-form-item label="内容" v-if="type == 'course_disease' || type == 'sick_history'">
96
+        <el-form-item label="内容" v-if="type == 'course_disease' || type == 'sick_history' || type == 'template_summary'">
95 97
           <keep-alive>
96 98
             <editor
97 99
               ref="editor"
98 100
               id="editor"
99
-              style="width: 600px"
101
+              style="width: 80%"
100 102
               v-bind:r_content="temp.content"
101 103
             >
102 104
             </editor>
@@ -118,6 +120,7 @@
118 120
             :autosize="{ minRows: 4, maxRows: 4 }"
119 121
             placeholder="请输入备注"
120 122
             v-model="temp.remark"
123
+            style="width: 80%;"
121 124
           ></el-input>
122 125
         </el-form-item>
123 126
       </el-form>
@@ -350,7 +353,7 @@ export default {
350 353
     },
351 354
     createData() {
352 355
       this.$refs["dataForm"].validate(valid => {
353
-        if (this.type == "course_disease" || this.type == "sick_history") {
356
+        if (this.type == "course_disease" || this.type == "sick_history" || this.type == 'template_summary') {
354 357
           this.temp.content = this.$refs.editor.content;
355 358
         }
356 359
 

+ 7 - 3
src/xt_pages/hospitalStation/invoicePrint.vue Ver fichero

@@ -19,7 +19,8 @@
19 19
             org_id != 10265 &&
20 20
             org_id != 4 &&
21 21
             org_id != 0 &&
22
-            org_id != 9675
22
+            org_id != 9675 &&
23
+            org_id != 10489
23 24
           "
24 25
           :paramsObj="invoiceParams"
25 26
         ></printOne>
@@ -28,9 +29,11 @@
28 29
           :paramsObj="invoiceParams"
29 30
         ></printTwo>
30 31
         <printThree
31
-          v-if="org_id == 10265 || org_id == 4 || org_id == 9675 || org_id == 0"
32
+          v-if="org_id == 10265 || org_id == 4 || org_id == 9675"
32 33
           :paramsObj="invoiceParams"
33 34
         ></printThree>
35
+        <Printfour v-if="org_id == 10489 || org_id == 0" :paramsObj="invoiceParams">
36
+        </Printfour>
34 37
 <!--        <print-night v-if="org_id == 10210 || org_id == 0"-->
35 38
 <!--                  :paramsObj="invoiceParams"></print-night>-->
36 39
       </div>
@@ -42,13 +45,14 @@
42 45
 import printOne from "./invoiceTemplate/printOne";
43 46
 import printTwo from "./invoiceTemplate/printTwo";
44 47
 import printThree from "./invoiceTemplate/printThree";
45
-// import PrintNight from "./invoiceTemplate/printNight";
48
+import Printfour from "./invoiceTemplate/printfour";
46 49
 export default {
47 50
   name: "invoicePrint",
48 51
   components: {
49 52
     printOne,
50 53
     printTwo,
51 54
     printThree,
55
+    Printfour,
52 56
   },
53 57
   props: {
54 58
     invoiceParams: Object,

+ 294 - 0
src/xt_pages/hospitalStation/invoiceTemplate/printfour.vue Ver fichero

@@ -0,0 +1,294 @@
1
+<template>
2
+  <div id='invoice-print' style="position: relative;">
3
+      <div>
4
+        <span>个人编号:</span>
5
+      </div>
6
+      <div style="">
7
+        <div style="text-align: center;margin-bottom: 10px;">武穴市中医医院</div>
8
+          <!-- <div style="position: absolute;top:70px;left:70px;">{{ list.order_number }}</div> -->
9
+          <!-- <div>{{ list.id_card_no }}</div> -->
10
+      </div>
11
+      <div style="display:flex;">
12
+          <div style="flex: 1;">医疗人员类别:</div>
13
+          <div style="flex: 1;">支付类别:城乡居民基本</div>
14
+          <div style="flex: 1;">医疗照顾人员:</div>
15
+      </div>
16
+      <div style="display:flex;margin: 10px 0;">
17
+          <div style="flex: 1;">{{ paramsObj.name }}</div>
18
+          <div style="flex: 1;"></div>
19
+          <div style="flex: 1;"></div>
20
+      </div>
21
+      <div style="display:flex;">
22
+          <div style="flex: 1;">{{in_hosptial_time?in_hosptial_time.split(' ')[0]:''}}</div>
23
+          <div style="flex: 1;">{{out_hosptial_time?out_hosptial_time.split(' ')[0]:''}}</div>
24
+          <div style="flex: 1;"></div>
25
+      </div>
26
+      <div style="display:flex;margin-top: 30px;">
27
+        <div style="flex: 1;">床位费</div>
28
+        <div style="flex: 1;">{{ list.bedCostTotal }}</div>
29
+        <div style="flex: 1;">治疗费</div>
30
+        <div style="flex: 1;">{{ list.treatCostTotal}}</div>
31
+        <div style="flex: 1;">西药费</div>
32
+        <div style="flex: 1;">{{ list.westernMedicineCostTotal }}</div>
33
+        <div style="flex: 1;">
34
+          <span >草药费</span>
35
+        </div>
36
+        <div style="flex: 1;">
37
+          <span >
38
+            0
39
+          </span>
40
+        </div>
41
+      </div>
42
+      <div style="display:flex;margin-top: 10px;">
43
+        <div style="flex: 1;">
44
+          <span >护理费</span>
45
+        </div>
46
+        <div style="flex: 1;">
47
+          <span>
48
+            0
49
+          </span>
50
+        </div>
51
+        <div style="flex: 1;">中成药</div>
52
+        <div style="flex: 1;">{{ list.chineseTraditionalMedicineCostTotal }}</div>
53
+        <div style="flex: 1;">化验费</div>
54
+        <div style="flex: 1;">{{ list.laboratoryCostTotal }}</div>
55
+        <div style="flex: 1;">手术费</div>
56
+        <div style="flex: 1;">{{ list.operationCostTotal }}</div>
57
+      </div>
58
+      <div style="display:flex;margin-top: 10px;">
59
+        <div style="flex: 1;">检查费</div>
60
+        <div style="flex: 1;">{{ list.checkCostTotal }}</div>
61
+        <div style="flex: 1;">材料费</div>
62
+        <div style="flex: 1;">{{ list.materialCostTotal}}</div>
63
+        <div style="flex: 1;">其他费</div>
64
+        <div style="flex: 1;">{{ list.otherCostTotal }}</div>
65
+        <div style="flex: 1;">
66
+        </div>
67
+        <div style="flex: 1;">
68
+        </div>
69
+      </div>
70
+      <div style="position: absolute;top:260px;left:540px">
71
+        {{ totalPrice }}
72
+      </div>
73
+
74
+      <div style="position: absolute;top:290px;width: 100%;">
75
+        <div style="display: flex;">
76
+          <div style="flex: 1;"> 费用总额:</div>
77
+          <div style="flex: 1;">{{totalPrice?totalPrice:'0'}}</div>
78
+          <div style="flex: 1;">基本医疗统筹范围:</div>
79
+          <div style="flex: 1;"> {{list.order.hifp_pay?list.order.hifp_pay:'0'}}</div>
80
+          <div style="flex: 1;">自费费用:</div>
81
+          <div style="flex: 1;">{{ list.order.psn_cash_pay?list.order.psn_cash_pay:'0' }}</div>
82
+          <div style="flex: 1;">医院优惠:</div>
83
+          <div style="flex: 1;">0</div>
84
+        </div>
85
+      </div>
86
+      <div style="position: absolute;top:320px;width: 100%;">
87
+        <div style="display: flex;">
88
+          <div style="flex: 1;">报销总额:</div>
89
+          <div style="flex: 1;">{{ list.order.fund_pay_sumamt ? list.order.fund_pay_sumamt :'0'}}</div>
90
+          <div style="flex: 1;">统筹支付:</div>
91
+          <div style="flex: 1;"> {{list.order.hifp_pay?list.order.hifp_pay:'0'}}</div>
92
+          <div style="flex: 1;">公务员补助:</div>
93
+          <div style="flex: 1;">{{ list.order.cvlserv_pay?list.order.cvlserv_pay:'0' }}</div>
94
+          <div style="flex: 1;">居民大病支付:</div>
95
+          <div style="flex: 1;">{{list.order.hifmi_pay?list.order.hifmi_pay:'0' }}</div>
96
+        </div>
97
+      </div>
98
+
99
+      <div style="position: absolute;top:350px;width: 100%;">
100
+        <div style="display: flex;">
101
+          <div style="flex: 1;">职工大病支付:</div>
102
+          <div style="flex: 1;">{{list.order.hifob_pay?list.order.hifob_pay:'0'}}</div>
103
+          <div style="flex: 1;">医院承担:</div>
104
+          <div style="flex: 1;"> {{list.order.hosp_part_amt ? list.order.hosp_part_amt :'0'}}</div>
105
+          <div style="flex: 1;">医疗救助:</div>
106
+          <div style="flex: 1;">{{ list.order.maf_pay?list.order.maf_pay:'0' }}</div>
107
+          <div style="flex: 1;">企业补充:</div>
108
+          <div style="flex: 1;">{{list.order.hifes_pay ? list.order.hifes_pay :'0'}}</div>
109
+        </div>
110
+      </div>
111
+
112
+      <div style="position: absolute;top:380px;width: 100%;">
113
+        <div style="display: flex;">
114
+          <div style="flex: 1;">其他资金:</div>
115
+          <div style="flex: 1;">{{list.order.oth_pay ? list.order.oth_pay :'0' }}</div>
116
+          <div style="flex: 1;">应付费用:</div>
117
+          <div style="flex: 1;">{{list.order.psn_cash_pay?list.order.psn_cash_pay : '0'}}</div>
118
+          <div style="flex: 1;">预缴金:</div>
119
+          <div style="flex: 1;">{{(parseFloat(pre_pay_money) + parseFloat(list.order.decimal)).toFixed(2) }}</div>
120
+          <div style="flex: 1;">个人账户支付:</div>
121
+          <div style="flex: 1;">{{list.order.acct_pay?list.order.acct_pay:'0' }}</div>
122
+        </div>
123
+      </div>
124
+
125
+      <div style="position: absolute;top:410px;width: 100%;">
126
+        <div style="display: flex;">
127
+          <div style="flex: 1;">支付后账户余额:</div>
128
+          <div style="flex: 1;">{{list.order.balc ? list.order.balc :'0'}}</div>
129
+          <div style="flex: 1;">应收:</div>
130
+          <div style="flex: 1;">{{list.order.psn_cash_pay?list.order.psn_cash_pay : '0'}}</div>
131
+          <div style="flex: 1;">优抚账户:</div>
132
+          <div style="flex: 1;">0</div>
133
+          <div style="flex: 1;">优抚支付:</div>
134
+          <div style="flex: 1;">0</div>
135
+        </div>
136
+      </div>
137
+  </div>
138
+</template>
139
+
140
+
141
+<script>
142
+import { getInvoice } from '@/api/project/project'
143
+import {jsGetAge, uParseTime} from "@/utils/tools";
144
+
145
+export default {
146
+    props:{
147
+        paramsObj:Object
148
+    },
149
+    data(){
150
+        return{
151
+            list:null,
152
+            printDate:'',
153
+            zhongwen:'',
154
+            totalPrice:0.0,
155
+            org_id:'',
156
+            org_name:'',
157
+          psn_no:"",
158
+          in_hosptial_time:'',
159
+          out_hosptial_time:'',
160
+          number:'',
161
+          insutype:'',
162
+          pre_pay_money:"",
163
+        }
164
+    },
165
+    mounted(){
166
+        console.log('paramsObj',this.paramsObj)
167
+        let params = {
168
+            order_id: this.paramsObj.order_id,
169
+            patient_id: this.paramsObj.patient_id,
170
+        }
171
+        this.getInvoice(params)
172
+        // var data = new Date();
173
+        // var month =data.getMonth() < 9 ? "0" + (data.getMonth() + 1) : data.getMonth() + 1;
174
+        // var date = data.getDate() <= 9 ? "0" + data.getDate() : data.getDate();
175
+        // this.printDate = data.getFullYear() + "-" + month + "-" + date;
176
+        // this.smalltoBIG(982732.21)
177
+        this.org_id = this.$store.getters.xt_user.org_id
178
+        this.org_name = this.$store.getters.xt_user.org.org_name
179
+    },
180
+    methods:{
181
+      getTime(value, temp) {
182
+        if (value != undefined) {
183
+          return uParseTime(value, temp);
184
+        }
185
+        return "";
186
+      },
187
+      
188
+      getDay(dateString1,dateString2){
189
+        var  startDate = Date.parse(dateString1);
190
+        var  endDate = Date.parse(dateString2);
191
+        if (startDate>endDate){
192
+          return 0;
193
+        }
194
+        if (startDate==endDate){
195
+          return 1;
196
+        }
197
+        var days=(endDate - startDate)/(1*24*60*60*1000);
198
+        return  days;
199
+
200
+      },
201
+        getInvoice(params){
202
+            getInvoice(params).then((res) => {
203
+                console.log('res',res)
204
+                this.list = res.data.data
205
+                console.log(this.list)
206
+              console.log(this.list.his_hospital_record)
207
+
208
+              this.totalPrice = this.list.westernMedicineCostTotal + this.list.checkCostTotal + this.list.treatCostTotal + this.list.bedCostTotal + this.list.chineseTraditionalMedicineCostTotal +
209
+                                    this.list.laboratoryCostTotal + this.list.operationCostTotal + this.list.otherCostTotal + this.list.materialCostTotal
210
+                this.smalltoBIG( this.list.order.medfee_sumamt)
211
+                // var data = new Date(res.data.data.date * 1000);
212
+                var data = new Date(this.paramsObj.setl_time);
213
+                var month =data.getMonth() < 9 ? "0" + (data.getMonth() + 1) : data.getMonth() + 1;
214
+                var date = data.getDate() <= 9 ? "0" + data.getDate() : data.getDate();
215
+                this.printDate = data.getFullYear() + "-" + month + "-" + date;
216
+
217
+              if(this.list.his.id > 0){
218
+                this.in_hosptial_time = this.getTime(this.list.his.record_date,'{y}-{m}-{d}')
219
+                this.out_hosptial_time =  this.getTime(this.list.his.record_date,'{y}-{m}-{d}')
220
+              }else{
221
+                this.in_hosptial_time = this.list.his_hospital_record.in_hosptial_time.split(' ')[0]
222
+                this.out_hosptial_time = this.list.his_hospital_record.out_hosptial_time.split(' ')[0]
223
+              }
224
+              this.insutype = this.list.order.insutype
225
+              this.id_card_no = this.list.his.id_card_no
226
+              this.number = this.list.his.number
227
+              this.psn_no = this.list.his.psn_no
228
+              this.pre_pay_money = this.list.pre_pay_money
229
+
230
+              this.balance_accounts_type = this.list.his.balance_accounts_type
231
+              this.gend= this.list.his.gend
232
+            })
233
+        },
234
+        smalltoBIG(n) {
235
+            // let fraction = ['角', '分'];
236
+            // let digit = ['零', '壹', '贰', '叁', '肆', '伍', '陆', '柒', '捌', '玖'];
237
+            // let unit = [['元.', '万,', '亿,'], ["元",'拾', '佰', '仟']];
238
+            // let head = price < 0 ? '欠' : '';
239
+            // price = Math.abs(price);
240
+            // let upper = '';
241
+            // for (let i = 0; i < fraction.length; i++) {
242
+            // upper += (digit[Math.floor(price * 10 * Math.pow(10, i)) % 10] + fraction[i]).replace(/零./, '');
243
+            // }
244
+            // upper = upper || '整';
245
+            // price = Math.floor(price);
246
+            // for (let i = 0; i < unit[0].length && price > 0; i++) {
247
+            // let p = '';
248
+            // for (let j = 0; j < unit[1].length && price > 0; j++) {
249
+            //     p = digit[price % 10] + unit[1][j] + p;
250
+            //     price = Math.floor(price / 10);
251
+            // }
252
+            // upper = p.replace(/(零.)*零$/, '').replace(/^$/, '零') + unit[0][i] + upper;
253
+            // }
254
+            // this.zhongwen = head + upper.replace(/(零.)*零圆/, '圆').replace(/(零.)+/g, '零').replace(/^整$/, '零圆整')
255
+            // console.log('6666',head + upper.replace(/(零.)*零圆/, '圆').replace(/(零.)+/g, '零').replace(/^整$/, '零圆整'))
256
+            if (!/^(0|[1-9]\d*)(\.\d+)?$/.test(n)){
257
+                return "数据非法";  //判断数据是否大于0
258
+            }
259
+
260
+            var unit = "仟佰拾亿仟佰拾万仟佰拾元角分", str = "";
261
+            n += "00";
262
+
263
+            var indexpoint = n.indexOf('.');  // 如果是小数,截取小数点前面的位数
264
+
265
+            if (indexpoint >= 0){
266
+
267
+                n = n.substring(0, indexpoint) + n.substr(indexpoint+1, 2);   // 若为小数,截取需要使用的unit单位
268
+            }
269
+
270
+            unit = unit.substr(unit.length - n.length);  // 若为整数,截取需要使用的unit单位
271
+            for (var i=0; i < n.length; i++){
272
+                str += "零壹贰叁肆伍陆柒捌玖".charAt(n.charAt(i)) + unit.charAt(i);  //遍历转化为大写的数字
273
+            }
274
+
275
+            this.zhongwen =  str.replace(/零(仟|佰|拾|角)/g, "零").replace(/(零)+/g, "零").replace(/零(万|亿|元)/g, "$1").replace(/(亿)万|壹(拾)/g, "$1$2").replace(/^元零?|零分/g, "").replace(/元$/g, "元整");
276
+            console.log(this.zhongwen)
277
+        },
278
+
279
+    },
280
+    watch:{
281
+        paramsObj:{//深度监听,可监听到对象、数组的变化
282
+            handler(val, oldVal){
283
+                let params = {
284
+                    order_id: val.order_id,
285
+                    patient_id: val.patient_id,
286
+                }
287
+                this.getInvoice(params)
288
+
289
+            },
290
+            deep:true
291
+        }
292
+    }
293
+}
294
+</script>

+ 3 - 4
src/xt_pages/outpatientCharges/statementPrint.vue Ver fichero

@@ -20,7 +20,7 @@
20 20
           org_id == 10138 ||
21 21
           org_id == 9504 ||
22 22
           org_id == 10028 ||
23
-          org_id == 10278 
23
+          org_id == 10278
24 24
         "
25 25
       >
26 26
         <printTwo :info="info" v-if="org_id == 9990"></printTwo>
@@ -31,7 +31,7 @@
31 31
           v-if="org_id == 10138 || org_id == 10278  "
32 32
         ></printThree>
33 33
         <printFour
34
-          v-if="org_id == 9504 || org_id == 10028 || org_id == 10088 || org_id == 0 "
34
+          v-if="org_id == 9504 || org_id == 10028 || org_id == 10088  "
35 35
           :info="info"
36 36
           :paramsObj="paramsObj"
37 37
           :balanceAccounts="balanceAccounts"
@@ -503,7 +503,7 @@ export default {
503 503
           })
504 504
         } else {
505 505
           const style =
506
-            '@media print {#statement-print{font-size:14px;border:1px solid white}.statementTitle{font-size: 22px;text-align: center;font-weight: bold;}table{border-collapse: collapse;text-align: center;}table td {padding: 10px 5px;font-size:16px;}@media print {html {zoom: 57%;}}}'
506
+            '@media print {#statement-print{font-size:16px;border:1px solid white}.statementTitle{font-size: 22px;text-align: center;font-weight: bold;}table{border-collapse: collapse;text-align: center;}table td {padding: 10px 5px;font-size:16px;}@media print {html {zoom: 57%;}}}'
507 507
           printJS({
508 508
             printable: 'statement-print',
509 509
             type: 'html',
@@ -512,7 +512,6 @@ export default {
512 512
           })
513 513
         }
514 514
       }
515
-
516 515
       // if (this.org_template_info.template_id == 1) {
517 516
       //   printJS({
518 517
       //     printable: "dialysis-print-box",

+ 14 - 14
src/xt_pages/outpatientCharges/statementTemplate/printTen.vue Ver fichero

@@ -6,7 +6,7 @@
6 6
         <h1 style="text-align: center;">江西省医疗保障定点机构医疗费用结算单</h1>
7 7
       </div>
8 8
 
9
-      <div class="print-tab" style="margin: 0px auto; text-align: center;">
9
+      <div class="print-tab" style="margin: 0px auto; text-align: center;font-size: 16px;">
10 10
         <div class="hospital" style="margin:0px 112px ;width: 70%;">
11 11
           <!-- style="display: inline-block;margin: 10px 80px 10px 0px ;" -->
12 12
           <span class="yiliao" style="display: inline-block;margin: 10px 80px 10px 0px ;">
@@ -18,19 +18,19 @@
18 18
                         <span>{{info.fixmedins_code}}</span>
19 19
                     </span>
20 20
           <span class="yiliao" style="display: inline-block;margin: 10px 80px 10px 0px ;">
21
-                        <span>医院等级:</span>
22
-                        <span  v-if="info.hosp_lv == '1'">三级特等</span>
23
-                        <span  v-else-if="info.hosp_lv == '2'">三级甲等</span>
24
-                        <span v-else-if="info.hosp_lv == '3'">三级乙等</span>
25
-                        <span v-else-if="info.hosp_lv == '4'">三级丙等</span>
26
-                        <span v-else-if="info.hosp_lv == '5'">二级甲等</span>
27
-                        <span v-else-if="info.hosp_lv == '6'">二级乙等</span>
28
-                        <span v-else-if="info.hosp_lv == '7'">二级丙等</span>
29
-                        <span  v-else-if="info.hosp_lv == '8'">一级甲等</span>
30
-                        <span v-else-if="info.hosp_lv == '9'">一级乙等</span>
31
-                        <span v-else-if="info.hosp_lv == '10'">一级丙等</span>
32
-                        <span  v-else-if="info.hosp_lv == '11'">无等级</span>
33
-                        <span  v-else></span>
21
+                    <span>医院等级:</span>
22
+                    <span  v-if="info.hosp_lv == '1'">三级特等</span>
23
+                    <span  v-else-if="info.hosp_lv == '2'">三级甲等</span>
24
+                    <span v-else-if="info.hosp_lv == '3'">三级乙等</span>
25
+                    <span v-else-if="info.hosp_lv == '4'">三级丙等</span>
26
+                    <span v-else-if="info.hosp_lv == '5'">二级甲等</span>
27
+                    <span v-else-if="info.hosp_lv == '6'">二级乙等</span>
28
+                    <span v-else-if="info.hosp_lv == '7'">二级丙等</span>
29
+                    <span  v-else-if="info.hosp_lv == '8'">一级甲等</span>
30
+                    <span v-else-if="info.hosp_lv == '9'">一级乙等</span>
31
+                    <span v-else-if="info.hosp_lv == '10'">一级丙等</span>
32
+                    <span  v-else-if="info.hosp_lv == '11'">无等级</span>
33
+                    <span  v-else></span>
34 34
           </span>
35 35
         </div>
36 36
         <table class="jiesuan" style="border-collapse: collapse;margin: auto;">