Commit 83edc6de by liuliufashi

update

parent b9698d79
......@@ -175,7 +175,7 @@ const columns = ref<any>([
key: "zfb",
},
{
title: "状态",
title: "支付通道状态",
key: "status",
dataIndex: "status",
},
......@@ -194,8 +194,8 @@ const columns = ref<any>([
const list = ref([]);
const route = useRoute();
const router = useRouter();
const checked1 = ref<any>(false)
const checked2 = ref<any>(true)
const checked1 = ref<any>(true)
const checked2 = ref<any>(false)
const status = ref(0);
let modelRef = reactive<any>({});
let rulesRef = reactive<any>({});
......
<template>
<a-form :label-col="{ span: 4 }" :wrapper-col="{ span: 14 }">
<a-form-item label="支付域名配置" v-bind="validateInfos.alName">
<a-form-item label="公众号域名配置" v-bind="validateInfos.alName">
<a-input v-model:value="modelRef.alName" />
</a-form-item>
<a-form-item label="微信appid" v-bind="validateInfos.name">
<a-form-item label="公众号appid" v-bind="validateInfos.name">
<a-input v-model:value="modelRef.appid" />
</a-form-item>
<a-form-item label="微信密钥" v-bind="validateInfos.name">
<a-form-item label="公众号密钥" v-bind="validateInfos.name">
<a-input v-model:value="modelRef.secret" />
</a-form-item>
<a-form-item :wrapper-col="{ span: 14, offset: 4 }">
......
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