Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-composition-api
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
宁路鹏
vue-composition-api
Commits
0c0597fa
Commit
0c0597fa
authored
Jun 07, 2022
by
wangshuangqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
患者详情页
parent
809f31aa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
src/views/outpatientDetails.vue
+3
-4
No files found.
src/views/outpatientDetails.vue
View file @
0c0597fa
...
...
@@ -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'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment