提交 4f8ff6c8 编写于 作者: terrfly's avatar terrfly

更改渠道错误信息字段名;

上级 341a63ea
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册