优化通道进件

This commit is contained in:
gyq
2024-02-21 09:06:19 +08:00
parent 7beae022d2
commit 91ed6c6ef4
2 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "vue-admin",
"private": true,
"version": "1.3.5",
"version": "1.3.6",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -26,11 +26,11 @@
<el-input v-model="item.valid" disabled placeholder="请输入默认结算方式" style="width: 50%" />
</el-form-item>
<el-form-item label="微信小程序appid">
<el-input v-model="item.wxLiteAppld" :disabled="item.thirdStatus != '-100'" placeholder="请输入微信小程序appid"
<el-input v-model="item.wxLiteAppId" :disabled="item.thirdStatus != '-100'" placeholder="请输入微信小程序appid"
style="width: 50%" />
</el-form-item>
<el-form-item label="微信公众号appld">
<el-input v-model="item.wxPubAppld" :disabled="item.thirdStatus != '-100'" placeholder="请输入微信公众号appld"
<el-input v-model="item.wxPubAppId" :disabled="item.thirdStatus != '-100'" placeholder="请输入微信公众号appld"
style="width: 50%" />
</el-form-item>
<el-form-item label="微信公众号支付路径">
@@ -105,8 +105,8 @@ async function submitHandle(state, index) {
errMsg: form.value[index].remake || '',
userId: route.query.id,
channelId: form.value[index].channel || '',
wxLiteAppld: form.value[index].wxLiteAppld,
wxPubAppld: form.value[index].wxPubAppld,
wxLiteAppId: form.value[index].wxLiteAppId,
wxPubAppId: form.value[index].wxPubAppId,
wxPubPath: form.value[index].wxPubPath
})
loading.value = false