陈少旭 před 8 měsíci
rodič
revize
f1d13fe69d
1 změnil soubory, kde provedl 11 přidání a 0 odebrání
  1. 11 0
      src/xt_pages/outpatientCharges/summary.vue

+ 11 - 0
src/xt_pages/outpatientCharges/summary.vue Zobrazit soubor

290
           </template>
290
           </template>
291
         </el-table-column>
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
         <el-table-column align="center" width="90" prop="name" label="就诊凭证类型">
305
         <el-table-column align="center" width="90" prop="name" label="就诊凭证类型">
295
           <template slot-scope="scope">
306
           <template slot-scope="scope">