mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 12:18:43 +08:00 
			
		
		
		
	【功能优化】PAY:回调内容过长,折行展示
This commit is contained in:
		@@ -131,7 +131,6 @@ import * as FileConfigApi from '@/api/infra/fileConfig'
 | 
			
		||||
import FileConfigForm from './FileConfigForm.vue'
 | 
			
		||||
import { DICT_TYPE, getIntDictOptions } from '@/utils/dict'
 | 
			
		||||
import { dateFormatter } from '@/utils/formatTime'
 | 
			
		||||
import {ElMessageBox} from 'element-plus';
 | 
			
		||||
 | 
			
		||||
defineOptions({ name: 'InfraFileConfig' })
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -62,7 +62,9 @@
 | 
			
		||||
    <el-divider />
 | 
			
		||||
    <el-descriptions :column="1" label-class-name="desc-label" direction="vertical" border>
 | 
			
		||||
      <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>
 | 
			
		||||
  </Dialog>
 | 
			
		||||
 
 | 
			
		||||
@@ -62,7 +62,9 @@
 | 
			
		||||
    </el-descriptions>
 | 
			
		||||
    <el-descriptions :column="1" label-class-name="desc-label" direction="vertical" border>
 | 
			
		||||
      <el-descriptions-item label="支付通道异步回调内容">
 | 
			
		||||
        {{ refundDetail.channelNotifyData }}
 | 
			
		||||
        <el-text style="white-space: pre-wrap; word-break: break-word">
 | 
			
		||||
          {{ refundDetail.channelNotifyData }}
 | 
			
		||||
        </el-text>
 | 
			
		||||
      </el-descriptions-item>
 | 
			
		||||
    </el-descriptions>
 | 
			
		||||
  </Dialog>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user