更改渠道错误信息字段名;
This commit is contained in:
parent
341a63eaa9
commit
4f8ff6c828
|
|
@ -265,14 +265,14 @@
|
|||
<a-col :sm="12">
|
||||
<a-descriptions>
|
||||
<a-descriptions-item label="渠道错误码">
|
||||
{{ detailData.channelErrCode }}
|
||||
{{ detailData.errCode }}
|
||||
</a-descriptions-item>
|
||||
</a-descriptions>
|
||||
</a-col>
|
||||
<a-col :sm="12">
|
||||
<a-descriptions>
|
||||
<a-descriptions-item label="渠道错误描述">
|
||||
{{ detailData.channelErrMsg }}
|
||||
{{ detailData.errMsg }}
|
||||
</a-descriptions-item>
|
||||
</a-descriptions>
|
||||
</a-col>
|
||||
|
|
|
|||
|
|
@ -263,14 +263,14 @@
|
|||
<a-col :sm="12">
|
||||
<a-descriptions>
|
||||
<a-descriptions-item label="渠道错误码">
|
||||
{{ detailData.channelErrCode }}
|
||||
{{ detailData.errCode }}
|
||||
</a-descriptions-item>
|
||||
</a-descriptions>
|
||||
</a-col>
|
||||
<a-col :sm="12">
|
||||
<a-descriptions>
|
||||
<a-descriptions-item label="渠道错误描述">
|
||||
{{ detailData.channelErrMsg }}
|
||||
{{ detailData.errMsg }}
|
||||
</a-descriptions-item>
|
||||
</a-descriptions>
|
||||
</a-col>
|
||||
|
|
|
|||
Loading…
Reference in New Issue