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
40c14068
Commit
40c14068
authored
Oct 16, 2023
by
caimeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更换oss的key
parent
17dd16ed
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
AddQuestion.vue
src/components/byh/componments/AddQuestion.vue
+2
-2
LoanInfo.vue
src/components/byh/componments/LoanInfo.vue
+5
-5
ServiceRefund.vue
src/components/byh/componments/ServiceRefund.vue
+1
-1
No files found.
src/components/byh/componments/AddQuestion.vue
View file @
40c14068
...
...
@@ -188,8 +188,8 @@ export default {
mounted
()
{
this
.
client
=
new
OSS
({
region
:
'oss-cn-hangzhou'
,
accessKeyId
:
'LTAI
4Fp8aDaS8sHXV76gWPVJ
'
,
accessKeySecret
:
'
muNvYl9ydZqCp8we6c6WO3pLa0jRt5
'
,
accessKeyId
:
'LTAI
5tGDFPU1dnToV9jAatw1
'
,
accessKeySecret
:
'
gHW0vHhSDh3GVis8H1dT5kkDJVldRJ
'
,
bucket
:
'w-loan-static'
});
},
...
...
src/components/byh/componments/LoanInfo.vue
View file @
40c14068
...
...
@@ -37,25 +37,25 @@
<el-table-column
align=
"center"
label=
"查看详情"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
size=
"small"
@
click=
"handleClick(scope.row)"
>
详情
</el-button>
<template
v-if=
"scope.row.status==='SETTLED' && scope.row.capitalCode !== 'OWNBUSINESS'"
>
<template
v-if=
"scope.row.status==='SETTLED' && scope.row.capitalCode !== 'OWNBUSINESS'
&& scope.row.capitalCode !== 'FENGSHENGBUSINESSJQ' && scope.row.capitalCode !== 'FENGSHENGBUSINESSDR' && scope.row.capitalCode !== 'FENGSHENGBUSINESSZY'
"
>
<el-button
type=
"text"
size=
"small"
@
click=
"handleShow(scope.row,'SettleReport','结清报告')"
>
结清报告
</el-button>
</
template
>
<
template
v-if=
"scope.row.status==='SETTLED' && scope.row.capitalCode == 'OWNBUSINESS' && zyItem"
>
<
template
v-if=
"scope.row.status==='SETTLED' && scope.row.capitalCode ==
=
'OWNBUSINESS' && zyItem"
>
<el-button
type=
"text"
size=
"small"
@
click=
"handleShow(scope.row,'GenerateSettleReport','结清报告')"
>
结清报告
</el-button>
</
template
>
<!--偷懒写法-->
<
template
v-if=
"scope.row.status==='SETTLED' && scope.row.capitalCode == 'FENGSHENGBUSINESSJQ' && zyItem"
>
<
template
v-if=
"scope.row.status==='SETTLED' && scope.row.capitalCode ==
=
'FENGSHENGBUSINESSJQ' && zyItem"
>
<el-button
type=
"text"
size=
"small"
@
click=
"handleShow(scope.row,'GenerateSettleReport','结清报告')"
>
结清报告
</el-button>
</
template
>
<
template
v-if=
"scope.row.status==='SETTLED' && scope.row.capitalCode == 'FENGSHENGBUSINESSDR' && zyItem"
>
<
template
v-if=
"scope.row.status==='SETTLED' && scope.row.capitalCode ==
=
'FENGSHENGBUSINESSDR' && zyItem"
>
<el-button
type=
"text"
size=
"small"
@
click=
"handleShow(scope.row,'GenerateSettleReport','结清报告')"
>
结清报告
</el-button>
</
template
>
<
template
v-if=
"scope.row.status==='SETTLED' && scope.row.capitalCode == 'FENGSHENGBUSINESSZY' && zyItem"
>
<
template
v-if=
"scope.row.status==='SETTLED' && scope.row.capitalCode ==
=
'FENGSHENGBUSINESSZY' && zyItem"
>
<el-button
type=
"text"
size=
"small"
@
click=
"handleShow(scope.row,'GenerateSettleReport','结清报告')"
>
结清报告
</el-button>
</
template
>
...
...
src/components/byh/componments/ServiceRefund.vue
View file @
40c14068
...
...
@@ -16,7 +16,7 @@
<el-table-column
align=
"center"
prop=
"creator"
label=
"创建人"
></el-table-column>
<el-table-column
align=
"center"
prop=
"gmtCreated"
label=
"创建时间"
:formatter=
"dateFormat"
></el-table-column>
<el-table-column
align=
"center"
prop=
"gmtModified"
label=
"更新时间"
:formatter=
"dateFormat"
></el-table-column>
<el-table-column
:show-overflow-tooltip=
"true"
align=
"center"
prop=
"
m
emo"
label=
"退款说明"
></el-table-column>
<el-table-column
:show-overflow-tooltip=
"true"
align=
"center"
prop=
"
customerM
emo"
label=
"退款说明"
></el-table-column>
<el-table-column
:show-overflow-tooltip=
"true"
align=
"center"
prop=
"memo"
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