版本更新
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
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:
parent
acfff278c9
commit
7d9f7c43db
@ -129,7 +129,7 @@ const [Modal, modalApi] = useVbenModal({
|
|||||||
Items: modalData.items,
|
Items: modalData.items,
|
||||||
start_time: 0 ,
|
start_time: 0 ,
|
||||||
register_time: modalData.register_time ,
|
register_time: modalData.register_time ,
|
||||||
mail_type: modalData.mail_type==1 ? '全服邮件' : '个人邮件',
|
mail_type: modalData.mail_type===1 ? '全服邮件' : '个人邮件',
|
||||||
ToUids: modalData.to_uids,
|
ToUids: modalData.to_uids,
|
||||||
})
|
})
|
||||||
FormApi.updateSchema([
|
FormApi.updateSchema([
|
||||||
|
|||||||
@ -14,7 +14,8 @@ import AddMailModal from './mail-info.vue';
|
|||||||
import DetailMailModal from './mail-detail.vue';
|
import DetailMailModal from './mail-detail.vue';
|
||||||
const appList = ref<AppData[]>([]);
|
const appList = ref<AppData[]>([]);
|
||||||
const ServerList = ref<ServerData[]>([]);
|
const ServerList = ref<ServerData[]>([]);
|
||||||
const formOptions: VbenFormProps = {
|
|
||||||
|
const formOptions: VbenFormProps = {
|
||||||
// 默认展开
|
// 默认展开
|
||||||
collapsed: false,
|
collapsed: false,
|
||||||
schema: [
|
schema: [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user