Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8bbe9ad4
authored
Jul 28, 2024
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【功能优化】PAY:回调内容过长,折行展示
parent
3fec45b5
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
src/views/infra/fileConfig/index.vue
+0
-1
src/views/pay/order/OrderDetail.vue
+3
-1
src/views/pay/refund/RefundDetail.vue
+2
-0
No files found.
src/views/infra/fileConfig/index.vue
View file @
8bbe9ad4
...
@@ -131,7 +131,6 @@ import * as FileConfigApi from '@/api/infra/fileConfig'
...
@@ -131,7 +131,6 @@ import * as FileConfigApi from '@/api/infra/fileConfig'
import
FileConfigForm
from
'./FileConfigForm.vue'
import
FileConfigForm
from
'./FileConfigForm.vue'
import
{
DICT_TYPE
,
getIntDictOptions
}
from
'@/utils/dict'
import
{
DICT_TYPE
,
getIntDictOptions
}
from
'@/utils/dict'
import
{
dateFormatter
}
from
'@/utils/formatTime'
import
{
dateFormatter
}
from
'@/utils/formatTime'
import
{
ElMessageBox
}
from
'element-plus'
;
defineOptions
({
name
:
'InfraFileConfig'
})
defineOptions
({
name
:
'InfraFileConfig'
})
...
...
src/views/pay/order/OrderDetail.vue
View file @
8bbe9ad4
...
@@ -62,7 +62,9 @@
...
@@ -62,7 +62,9 @@
<el-divider
/>
<el-divider
/>
<el-descriptions
:column=
"1"
label-class-name=
"desc-label"
direction=
"vertical"
border
>
<el-descriptions
:column=
"1"
label-class-name=
"desc-label"
direction=
"vertical"
border
>
<el-descriptions-item
label=
"支付通道异步回调内容"
>
<el-descriptions-item
label=
"支付通道异步回调内容"
>
<el-text>
{{
detailData
.
extension
.
channelNotifyData
}}
</el-text>
<el-text
style=
"white-space: pre-wrap; word-break: break-word"
>
{{
detailData
.
extension
.
channelNotifyData
}}
</el-text>
</el-descriptions-item>
</el-descriptions-item>
</el-descriptions>
</el-descriptions>
</Dialog>
</Dialog>
...
...
src/views/pay/refund/RefundDetail.vue
View file @
8bbe9ad4
...
@@ -62,7 +62,9 @@
...
@@ -62,7 +62,9 @@
</el-descriptions>
</el-descriptions>
<el-descriptions
:column=
"1"
label-class-name=
"desc-label"
direction=
"vertical"
border
>
<el-descriptions
:column=
"1"
label-class-name=
"desc-label"
direction=
"vertical"
border
>
<el-descriptions-item
label=
"支付通道异步回调内容"
>
<el-descriptions-item
label=
"支付通道异步回调内容"
>
<el-text
style=
"white-space: pre-wrap; word-break: break-word"
>
{{
refundDetail
.
channelNotifyData
}}
{{
refundDetail
.
channelNotifyData
}}
</el-text>
</el-descriptions-item>
</el-descriptions-item>
</el-descriptions>
</el-descriptions>
</Dialog>
</Dialog>
...
...
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