File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,6 @@ import * as FileConfigApi from '@/api/infra/fileConfig'
131
131
import FileConfigForm from ' ./FileConfigForm.vue'
132
132
import { DICT_TYPE , getIntDictOptions } from ' @/utils/dict'
133
133
import { dateFormatter } from ' @/utils/formatTime'
134
- import {ElMessageBox } from ' element-plus' ;
135
134
136
135
defineOptions ({ name: ' InfraFileConfig' })
137
136
Original file line number Diff line number Diff line change 62
62
<el-divider />
63
63
<el-descriptions :column =" 1" label-class-name =" desc-label" direction =" vertical" border >
64
64
<el-descriptions-item label =" 支付通道异步回调内容" >
65
- <el-text >{{ detailData.extension.channelNotifyData }}</el-text >
65
+ <el-text style =" white-space : pre-wrap ; word-break : break-word " >
66
+ {{ detailData.extension.channelNotifyData }}
67
+ </el-text >
66
68
</el-descriptions-item >
67
69
</el-descriptions >
68
70
</Dialog >
Original file line number Diff line number Diff line change 62
62
</el-descriptions >
63
63
<el-descriptions :column =" 1" label-class-name =" desc-label" direction =" vertical" border >
64
64
<el-descriptions-item label =" 支付通道异步回调内容" >
65
- {{ refundDetail.channelNotifyData }}
65
+ <el-text style =" white-space : pre-wrap ; word-break : break-word " >
66
+ {{ refundDetail.channelNotifyData }}
67
+ </el-text >
66
68
</el-descriptions-item >
67
69
</el-descriptions >
68
70
</Dialog >
You can’t perform that action at this time.
0 commit comments