Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bims
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙海亮
bims
Commits
a5dbe73f
Commit
a5dbe73f
authored
Aug 11, 2023
by
郭小龙-DEL
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'func_eccs_2264' into 'master'
Func eccs 2264 表格间据调整 See merge request
!54
parents
1b34c0b3
290da27f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
lpjManageDetail.vue
src/views/charge-query/lpjManageDetail.vue
+5
-5
No files found.
src/views/charge-query/lpjManageDetail.vue
View file @
a5dbe73f
...
@@ -256,13 +256,13 @@ export default {
...
@@ -256,13 +256,13 @@ export default {
computed
:
{
computed
:
{
columns
()
{
columns
()
{
const
base
=
[
const
base
=
[
{
title
:
"
账单日期
"
,
dataIndex
:
"
receiptDate
"
,
width
:
1
6
0
,
fixed
:
"
left
"
,
scopedSlots
:
{
customRender
:
"
receiptDate
"
}
},
{
title
:
"
账单日期
"
,
dataIndex
:
"
receiptDate
"
,
width
:
1
2
0
,
fixed
:
"
left
"
,
scopedSlots
:
{
customRender
:
"
receiptDate
"
}
},
{
title
:
"
状态
"
,
dataIndex
:
"
status
"
,
key
:
"
status
"
,
align
:
'
center
'
,
fixed
:
"
left
"
,
width
:
136
,
scopedSlots
:
{
customRender
:
"
status
"
}
},
{
title
:
"
状态
"
,
dataIndex
:
"
status
"
,
key
:
"
status
"
,
align
:
'
center
'
,
fixed
:
"
left
"
,
width
:
60
,
scopedSlots
:
{
customRender
:
"
status
"
}
},
{
title
:
"
客户姓名
"
,
dataIndex
:
"
patientName
"
,
fixed
:
"
left
"
,
width
:
1
6
0
},
{
title
:
"
客户姓名
"
,
dataIndex
:
"
patientName
"
,
fixed
:
"
left
"
,
width
:
1
2
0
},
{
title
:
"
病历号
"
,
dataIndex
:
"
mrnNo
"
,
key
:
"
mrnNo
"
,
align
:
'
center
'
,
width
:
136
},
{
title
:
"
病历号
"
,
dataIndex
:
"
mrnNo
"
,
key
:
"
mrnNo
"
,
align
:
'
center
'
,
width
:
136
},
{
title
:
"
保险公司
"
,
dataIndex
:
"
payorName
"
,
ellipsis
:
true
,
width
:
250
},
{
title
:
"
保险公司
"
,
dataIndex
:
"
payorName
"
,
ellipsis
:
true
,
width
:
250
},
{
title
:
"
保险卡号
"
,
dataIndex
:
"
memberCardNo
"
,
width
:
1
8
0
},
{
title
:
"
保险卡号
"
,
dataIndex
:
"
memberCardNo
"
,
width
:
1
4
0
},
{
title
:
"
客户生日
"
,
dataIndex
:
"
birthday
"
,
width
:
1
6
0
},
{
title
:
"
客户生日
"
,
dataIndex
:
"
birthday
"
,
width
:
1
2
0
},
{
title
:
"
就诊医生
"
,
dataIndex
:
"
doctorName
"
,
width
:
100
,
align
:
'
center
'
},
{
title
:
"
就诊医生
"
,
dataIndex
:
"
doctorName
"
,
width
:
100
,
align
:
'
center
'
},
{
title
:
"
应收金额
"
,
dataIndex
:
"
chargeAmount
"
,
width
:
100
,
align
:
'
center
'
},
{
title
:
"
应收金额
"
,
dataIndex
:
"
chargeAmount
"
,
width
:
100
,
align
:
'
center
'
},
{
title
:
"
折扣金额
"
,
dataIndex
:
"
discountAmount
"
,
width
:
100
,
align
:
'
center
'
},
{
title
:
"
折扣金额
"
,
dataIndex
:
"
discountAmount
"
,
width
:
100
,
align
:
'
center
'
},
...
...
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