add preset header
This commit is contained in:
parent
47b6f4903f
commit
cc429c44f9
5 changed files with 268 additions and 79 deletions
|
|
@ -4,4 +4,5 @@ export const state = {
|
|||
isEditing: false,
|
||||
initialFormState: '', // 用于检测表单是否有未保存的更改
|
||||
availableTemplates: [], // 存储从后端获取的可用模板名称
|
||||
headerPresets: [],
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue