Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
loan-manager-customer
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhanhai
loan-manager-customer
Commits
2180826c
Commit
2180826c
authored
May 10, 2023
by
caimeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改催收的样式
parent
7835b10d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
12 deletions
+11
-12
LoanInfo.vue
src/components/byh/componments/LoanInfo.vue
+2
-0
UrgeList.vue
src/components/byh/componments/UrgeList.vue
+9
-12
No files found.
src/components/byh/componments/LoanInfo.vue
View file @
2180826c
...
...
@@ -12,6 +12,8 @@
<el-table-column
align=
"center"
prop=
"gmtCreated"
label=
"申请日期"
:formatter=
"dateFormats"
></el-table-column>
<el-table-column
align=
"center"
prop=
"startDate"
label=
"放款日期"
:formatter=
"dateFormats"
></el-table-column>
<el-table-column
align=
"center"
prop=
"raiseAmt"
label=
"放款本金"
></el-table-column>
<el-table-column
align=
"center"
prop=
"productNameStr"
label=
"产品名称"
></el-table-column>
<el-table-column
align=
"center"
prop=
"capitalCodeStr"
label=
"放款资方"
></el-table-column>
<el-table-column
align=
"center"
prop=
"status"
label=
"借款单状态"
>
...
...
src/components/byh/componments/UrgeList.vue
View file @
2180826c
...
...
@@ -10,18 +10,15 @@
:data=
"data"
stripe
style=
"width: 100%;"
>
<el-table-column
align=
"center"
prop=
"collectContact.contactMobile"
label=
"联系人手机号"
></el-table-column>
<el-table-column
align=
"center"
prop=
"collectContact.contactName"
label=
"联系人姓名"
></el-table-column>
<el-table-column
align=
"center"
prop=
"collectContact.contactRelation"
label=
"联系人关系"
></el-table-column>
<el-table-column
align=
"center"
prop=
"collectContact.overdueDay"
label=
"逾期天数"
></el-table-column>
<el-table-column
align=
"center"
prop=
"collectContact.sceneTypeStr"
label=
"催收类型"
></el-table-column>
<el-table-column
align=
"center"
prop=
"collectContact.state"
label=
"状态"
:formatter=
"collectStatueFormat"
></el-table-column>
<el-table-column
align=
"center"
width=
"150"
prop=
"collectContact.created"
label=
"联系时间"
:formatter=
"collectDateFormat"
></el-table-column>
<el-table-column
align=
"center"
prop=
"collectContact.resultType"
label=
"结果"
:formatter=
"collectResultFormat"
></el-table-column>
<el-table-column
align=
"center"
prop=
"collectContact.callSeconds"
label=
"语音时长"
:formatter=
"formatSeconds"
></el-table-column>
<el-table-column
align=
"center"
width=
"95"
prop=
"collectContact.contactMobile"
label=
"联系人手机号"
></el-table-column>
<el-table-column
align=
"center"
width=
"90"
prop=
"collectContact.contactName"
label=
"联系人姓名"
></el-table-column>
<el-table-column
align=
"center"
width=
"95"
prop=
"collectContact.contactRelation"
label=
"联系人关系"
></el-table-column>
<el-table-column
align=
"center"
width=
"80"
prop=
"collectContact.overdueDay"
label=
"逾期天数"
></el-table-column>
<el-table-column
align=
"center"
width=
"100"
prop=
"collectContact.sceneTypeStr"
label=
"催收类型"
></el-table-column>
<el-table-column
align=
"center"
width=
"110"
prop=
"collectContact.state"
label=
"状态"
:formatter=
"collectStatueFormat"
></el-table-column>
<el-table-column
align=
"center"
width=
"150"
prop=
"collectContact.created"
label=
"联系时间"
:formatter=
"collectDateFormat"
></el-table-column>
<el-table-column
align=
"center"
width=
"110"
prop=
"collectContact.resultType"
label=
"结果"
:formatter=
"collectResultFormat"
></el-table-column>
<el-table-column
align=
"center"
width=
"110"
prop=
"collectContact.callSeconds"
label=
"语音时长"
:formatter=
"formatSeconds"
></el-table-column>
<el-table-column
align=
"center"
prop=
"collectContact.record"
label=
"催记"
></el-table-column>
</el-table>
</div>
...
...
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