Commit 7293ab4d authored by “yiyousong”'s avatar “yiyousong”

perf: 优化社保配置

parent dd7bb767
......@@ -79,11 +79,11 @@ export default {
{
title: "接入标识",
dataIndex: "appid",
dataIndex: "accessKey",
},
{
title: "渠道标识",
dataIndex: "accessKey",
dataIndex: "appid",
},
{
title: "密钥",
......
......@@ -20,18 +20,18 @@
>
<a-row>
<a-col :span="12">
<a-form-model-item label="接入标识" prop="appid">
<a-input v-model="formData.appid" placeholder="请输入接入标识" />
</a-form-model-item>
</a-col>
<a-col :span="12">
<a-form-model-item label="渠道标识" prop="accessKey">
<a-form-model-item label="接入标识" prop="accessKey">
<a-input
v-model="formData.accessKey"
placeholder="请输入渠道标识"
placeholder="请输入接入标识"
/>
</a-form-model-item>
</a-col>
<a-col :span="12">
<a-form-model-item label="渠道标识" prop="appid">
<a-input v-model="formData.appid" placeholder="请输入渠道标识" />
</a-form-model-item>
</a-col>
</a-row>
<a-row>
<a-col :span="12">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment