陈少旭 8 月之前
父節點
當前提交
f1d13fe69d
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      src/xt_pages/outpatientCharges/summary.vue

+ 11 - 0
src/xt_pages/outpatientCharges/summary.vue 查看文件

@@ -290,6 +290,17 @@
290 290
           </template>
291 291
         </el-table-column>
292 292
 
293
+        <el-table-column align="center" width="90" prop="name" label="险种类型">
294
+          <template slot-scope="scope">
295
+            <div v-if="scope.row.insutype == '390'">
296
+              城乡居民
297
+            </div>
298
+            <div v-if="scope.row.insutype == '310'">
299
+              职工
300
+            </div>
301
+          </template>
302
+        </el-table-column>
303
+
293 304
 
294 305
         <el-table-column align="center" width="90" prop="name" label="就诊凭证类型">
295 306
           <template slot-scope="scope">