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
5ef8173b
Commit
5ef8173b
authored
Feb 24, 2023
by
郭小龙-DEL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 未赔付金额可编辑
parent
6e69b827
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
indexDetail.vue
src/views/verification/indexDetail.vue
+1
-2
No files found.
src/views/verification/indexDetail.vue
View file @
5ef8173b
...
@@ -125,7 +125,7 @@
...
@@ -125,7 +125,7 @@
</a-col>
</a-col>
<a-col
:lg=
"12"
:xs=
"24"
>
<a-col
:lg=
"12"
:xs=
"24"
>
<a-form-model-item
label=
"未赔付金额"
prop=
"refuseAmountEob"
>
<a-form-model-item
label=
"未赔付金额"
prop=
"refuseAmountEob"
>
<a-input
v-model.trim=
"editFormObj.refuseAmountEob"
placeholder=
"未赔付金额"
type=
"number"
disabled
/>
<a-input
v-model.trim=
"editFormObj.refuseAmountEob"
placeholder=
"未赔付金额"
type=
"number"
/>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
<!-- eccs-1944 -->
<!-- eccs-1944 -->
...
@@ -309,7 +309,6 @@ export default {
...
@@ -309,7 +309,6 @@ export default {
claimsStatus
:
record
.
claimsStatus
||
""
,
claimsStatus
:
record
.
claimsStatus
||
""
,
paidAmountEob
:
record
.
paidAmountEob
||
""
,
paidAmountEob
:
record
.
paidAmountEob
||
""
,
};
};
this
.
moneyChange
();
})
})
},
},
//编辑保存
//编辑保存
...
...
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