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
f21f4ddc
Commit
f21f4ddc
authored
3 years ago
by
huangyecong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【ECCS-商保-1213】账单明细-添加列表字段
parent
dce0f2f9
master
ECCS-3108
test
1 merge request
!2
Yanglilong
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
detail.vue
src/views/charge-query/detail.vue
+7
-7
No files found.
src/views/charge-query/detail.vue
View file @
f21f4ddc
...
...
@@ -147,7 +147,7 @@ import BurtPagination from "@/components/CUSTOMER/pagation";
export
default
{
data
()
{
const
columns
=
[
{
title
:
"
项目
"
,
dataIndex
:
"
itemDesc
"
,
width
:
180
},
{
title
:
"
项目
"
,
dataIndex
:
"
item
cat
Desc
"
,
width
:
180
},
{
title
:
"
项目明细
"
,
dataIndex
:
"
itemDesc
"
,
...
...
@@ -160,16 +160,16 @@ export default {
},
{
title
:
"
数量
"
,
dataIndex
:
"
itemQty
"
,
width
:
180
},
{
title
:
"
单位
"
,
dataIndex
:
"
itemUnit
"
,
width
:
180
},
{
title
:
"
金额
"
,
dataIndex
:
""
,
width
:
180
},
{
title
:
"
金额
"
,
dataIndex
:
"
chargeAmount
"
,
width
:
180
},
{
title
:
"
折扣(%)
"
,
dataIndex
:
"
discountAmount
"
,
width
:
180
},
{
title
:
"
折后金额
"
,
dataIndex
:
""
,
width
:
180
},
{
title
:
"
折后金额
"
,
dataIndex
:
"
actualAmount
"
,
width
:
180
},
{
title
:
"
减免金额
"
,
dataIndex
:
"
reduceAmount
"
,
width
:
180
},
{
title
:
"
实际金额
"
,
dataIndex
:
"
paidAmount
"
,
width
:
180
},
{
title
:
"
免赔额
"
,
dataIndex
:
""
,
width
:
180
},
{
title
:
"
自付额
"
,
dataIndex
:
""
,
width
:
180
},
{
title
:
"
其他费用
"
,
dataIndex
:
""
,
width
:
180
},
{
title
:
"
实际金额
"
,
dataIndex
:
""
,
width
:
180
},
{
title
:
"
免赔额
"
,
dataIndex
:
"
deductible
"
,
width
:
180
},
{
title
:
"
自付额
"
,
dataIndex
:
"
selfPaid
"
,
width
:
180
},
{
title
:
"
其他费用
"
,
dataIndex
:
"
otherPaid
"
,
width
:
180
},
{
title
:
"
实际金额
"
,
dataIndex
:
"
actualPaid
"
,
width
:
180
},
{
title
:
"
操作
"
,
key
:
"
operation
"
,
...
...
This diff is collapsed.
Click to expand it.
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