版本更新
Some checks failed
CI / Test (ubuntu-latest) (push) Has been cancelled
CI / Test (windows-latest) (push) Has been cancelled
CI / Lint (ubuntu-latest) (push) Has been cancelled
CI / Lint (windows-latest) (push) Has been cancelled
CI / Check (ubuntu-latest) (push) Has been cancelled
CI / Check (windows-latest) (push) Has been cancelled
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled
Deploy Website on push / Deploy Push Playground Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Docs Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Antd Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Element Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Naive Ftp (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
CI / CI OK (push) Has been cancelled

This commit is contained in:
hahwu 2025-04-02 11:02:54 +08:00
parent acfff278c9
commit 7d9f7c43db
2 changed files with 3 additions and 2 deletions

View File

@ -129,7 +129,7 @@ const [Modal, modalApi] = useVbenModal({
Items: modalData.items,
start_time: 0 ,
register_time: modalData.register_time ,
mail_type: modalData.mail_type==1 ? '全服邮件' : '个人邮件',
mail_type: modalData.mail_type===1 ? '全服邮件' : '个人邮件',
ToUids: modalData.to_uids,
})
FormApi.updateSchema([

View File

@ -14,7 +14,8 @@ import AddMailModal from './mail-info.vue';
import DetailMailModal from './mail-detail.vue';
const appList = ref<AppData[]>([]);
const ServerList = ref<ServerData[]>([]);
const formOptions: VbenFormProps = {
const formOptions: VbenFormProps = {
//
collapsed: false,
schema: [