liangweifeng 6 年 前
コミット
ac7fdf6c8b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      page/bigDataOut/js/handleChangeViewD.js

+ 1 - 1
page/bigDataOut/js/handleChangeViewD.js

@ -27,7 +27,7 @@
        </el-table-column>\
        <el-table-column label="就诊类型" width="140">\
                    <template slot-scope="scope">\
                        <span v-if="scope.row.every_type == 0">门急诊</span>\
                        <span v-if="scope.row.event_type == 0">门急诊</span>\
                        <span v-else>住院</span>\
                    </template>\
                    </el-table-column>\