Commit 1ca4a7cd authored by “yiyousong”'s avatar “yiyousong”

perf: 修改社保配置

parent d22c5654
...@@ -79,11 +79,11 @@ export default { ...@@ -79,11 +79,11 @@ export default {
{ {
title: "接入标识", title: "接入标识",
dataIndex: "appid", dataIndex: "accessKey",
}, },
{ {
title: "渠道标识", title: "渠道标识",
dataIndex: "accessKey", dataIndex: "appid",
}, },
{ {
title: "密钥", title: "密钥",
......
...@@ -20,18 +20,18 @@ ...@@ -20,18 +20,18 @@
> >
<a-row> <a-row>
<a-col :span="12"> <a-col :span="12">
<a-form-model-item label="接入标识" prop="appid"> <a-form-model-item label="接入标识" prop="accessKey">
<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-input <a-input
v-model="formData.accessKey" v-model="formData.accessKey"
placeholder="请输入渠道标识" placeholder="请输入接入标识"
/> />
</a-form-model-item> </a-form-model-item>
</a-col> </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-row> <a-row>
<a-col :span="12"> <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