陈少旭 7 months ago
parent
commit
f1d13fe69d
1 changed files with 11 additions and 0 deletions
  1. 11 0
      src/xt_pages/outpatientCharges/summary.vue

+ 11 - 0
src/xt_pages/outpatientCharges/summary.vue View File

@@ -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">