更新
This commit is contained in:
@ -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" }],
|
||||
|
Reference in New Issue
Block a user