Commit 0c0597fa by wangshuangqing

患者详情页

parent 809f31aa
......@@ -99,7 +99,7 @@
: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">
<template slot-scope="scope" v-if="item.cloumn == '单价'">
{{ decimal(scope.row.fee) }}
......@@ -108,7 +108,7 @@
{{ decimal(scope.row.unitprice) }}
</template>
</el-table-column>
</template> -->
<!-- </template> -->
</el-table>
</div>
<!-- 中间表格无数据 -->
......@@ -173,12 +173,11 @@
</div> -->
</div>
</template>
<script lang="ts">
<script >
import http from '../utils/http';
import { reactive, toRefs, onMounted, nextTick, computed } from '@vue/composition-api';
import { decimal } from '../utils/decimal';
import { useRoute, useRouter } from '../utils/useVueRouter';
import $ from 'jquery';
import { setItem, getItem } from '../utils/auth';
export default {
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