This commit is contained in:
2025-07-20 18:03:51 +08:00
parent a6b918f762
commit 2ab7f59898
10 changed files with 145 additions and 586 deletions

View File

@ -28,7 +28,7 @@ const formData = ref([
{ label: "群主昵称", prop: "qzNc", type: "input",width:'45%' },
{ label: "群主姓名", prop: "qzXm", type: "input",width:'45%' },
{ label: "群主联系电话", prop: "qzLxdh", type: "input",width:'45%' },
{ label: "群重要内容", prop: "qZynr", type: "textarea",width:'100%' },
{ label: "群重要内容", prop: "qzynr", type: "textarea",width:'100%' },
])
const rules = reactive({
wxqId: [{ required: true, message: "请输入微信群", trigger: "blur" }],