Commit 0c0597fa by wangshuangqing

患者详情页

parent 809f31aa
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
:height="'100%'" :height="'100%'"
> >
<!-- <template v-for="(item, ind) in tableListHead" :key="ind"> <!-- <template v-for="(item, ind) in tableListHead" :key="ind"> -->
<el-table-column :label="item.cloumn" :prop="item.name"> <el-table-column :label="item.cloumn" :prop="item.name">
<template slot-scope="scope" v-if="item.cloumn == '单价'"> <template slot-scope="scope" v-if="item.cloumn == '单价'">
{{ decimal(scope.row.fee) }} {{ decimal(scope.row.fee) }}
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
{{ decimal(scope.row.unitprice) }} {{ decimal(scope.row.unitprice) }}
</template> </template>
</el-table-column> </el-table-column>
</template> --> <!-- </template> -->
</el-table> </el-table>
</div> </div>
<!-- 中间表格无数据 --> <!-- 中间表格无数据 -->
...@@ -173,12 +173,11 @@ ...@@ -173,12 +173,11 @@
</div> --> </div> -->
</div> </div>
</template> </template>
<script lang="ts"> <script >
import http from '../utils/http'; import http from '../utils/http';
import { reactive, toRefs, onMounted, nextTick, computed } from '@vue/composition-api'; import { reactive, toRefs, onMounted, nextTick, computed } from '@vue/composition-api';
import { decimal } from '../utils/decimal'; import { decimal } from '../utils/decimal';
import { useRoute, useRouter } from '../utils/useVueRouter'; import { useRoute, useRouter } from '../utils/useVueRouter';
import $ from 'jquery';
import { setItem, getItem } from '../utils/auth'; import { setItem, getItem } from '../utils/auth';
export default { export default {
name: 'outpatientDetails', name: 'outpatientDetails',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment