Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
0d9b7c4b2664cc8a78be29b46b9ee4f49fa05605
Authored by
fengtao
2022-08-02 17:28:35 +0800
1 parent
5644a9f4
pref:优化通知管理 表单默认选择所需字段
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/notice/manager/config.d.ts
src/views/notice/manager/config.d.ts
View file @
0d9b7c4
...
...
@@ -61,6 +61,7 @@ export const formSchema: FormSchema[] = [
61
61
colProps: { span: 24 },
62
62
required: true,
63
63
component: 'RadioGroup',
64
+
defaultValue:'NOTICE',
64
65
componentProps: {
65
66
options: [
66
67
{
...
...