Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigDataSystem
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
bigDataSystem
Commits
802f3bda
Commit
802f3bda
authored
Nov 15, 2024
by
baiyinhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改审计中心弹窗样式
parent
1d6165e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
audiModal.data.ts
src/views/auditLog/audiModal.data.ts
+18
-0
No files found.
src/views/auditLog/audiModal.data.ts
View file @
802f3bda
...
@@ -29,6 +29,7 @@ export const ModelFormSchema: FormSchema[] = [
...
@@ -29,6 +29,7 @@ export const ModelFormSchema: FormSchema[] = [
message
:
'请输入操作时间'
,
message
:
'请输入操作时间'
,
},
},
],
],
colProps
:
{
lg
:
12
,
md
:
24
},
componentProps
:
{
componentProps
:
{
disabled
:
true
,
disabled
:
true
,
},
},
...
@@ -43,6 +44,7 @@ export const ModelFormSchema: FormSchema[] = [
...
@@ -43,6 +44,7 @@ export const ModelFormSchema: FormSchema[] = [
message
:
'请输入操作人'
,
message
:
'请输入操作人'
,
},
},
],
],
colProps
:
{
lg
:
12
,
md
:
24
},
componentProps
:
{
componentProps
:
{
disabled
:
true
,
disabled
:
true
,
},
},
...
@@ -57,6 +59,8 @@ export const ModelFormSchema: FormSchema[] = [
...
@@ -57,6 +59,8 @@ export const ModelFormSchema: FormSchema[] = [
message
:
'请选择操作类型'
,
message
:
'请选择操作类型'
,
},
},
],
],
colProps
:
{
lg
:
12
,
md
:
24
},
componentProps
:
{
componentProps
:
{
disabled
:
true
,
disabled
:
true
,
options
:
[
options
:
[
...
@@ -91,6 +95,7 @@ export const ModelFormSchema: FormSchema[] = [
...
@@ -91,6 +95,7 @@ export const ModelFormSchema: FormSchema[] = [
componentProps
:
{
componentProps
:
{
disabled
:
true
,
disabled
:
true
,
},
},
colProps
:
{
lg
:
12
,
md
:
24
},
},
},
{
{
label
:
'路径'
,
label
:
'路径'
,
...
@@ -99,6 +104,7 @@ export const ModelFormSchema: FormSchema[] = [
...
@@ -99,6 +104,7 @@ export const ModelFormSchema: FormSchema[] = [
componentProps
:
{
componentProps
:
{
disabled
:
true
,
disabled
:
true
,
},
},
colProps
:
{
lg
:
12
,
md
:
24
},
},
},
{
{
label
:
'对象类型'
,
label
:
'对象类型'
,
...
@@ -107,6 +113,7 @@ export const ModelFormSchema: FormSchema[] = [
...
@@ -107,6 +113,7 @@ export const ModelFormSchema: FormSchema[] = [
componentProps
:
{
componentProps
:
{
disabled
:
true
,
disabled
:
true
,
},
},
colProps
:
{
lg
:
12
,
md
:
24
},
},
},
{
{
label
:
'操作结果'
,
label
:
'操作结果'
,
...
@@ -115,6 +122,7 @@ export const ModelFormSchema: FormSchema[] = [
...
@@ -115,6 +122,7 @@ export const ModelFormSchema: FormSchema[] = [
componentProps
:
{
componentProps
:
{
disabled
:
true
,
disabled
:
true
,
},
},
colProps
:
{
lg
:
12
,
md
:
24
},
},
},
];
];
export
const
ModelFormSchematab2
:
FormSchema
[]
=
[
export
const
ModelFormSchematab2
:
FormSchema
[]
=
[
...
@@ -128,6 +136,7 @@ export const ModelFormSchematab2: FormSchema[] = [
...
@@ -128,6 +136,7 @@ export const ModelFormSchematab2: FormSchema[] = [
message
:
'请输入访问时间'
,
message
:
'请输入访问时间'
,
},
},
],
],
colProps
:
{
lg
:
12
,
md
:
24
},
componentProps
:
{
componentProps
:
{
disabled
:
true
,
disabled
:
true
,
},
},
...
@@ -142,6 +151,7 @@ export const ModelFormSchematab2: FormSchema[] = [
...
@@ -142,6 +151,7 @@ export const ModelFormSchematab2: FormSchema[] = [
message
:
'请输入访问用户'
,
message
:
'请输入访问用户'
,
},
},
],
],
colProps
:
{
lg
:
12
,
md
:
24
},
componentProps
:
{
componentProps
:
{
disabled
:
true
,
disabled
:
true
,
},
},
...
@@ -156,6 +166,7 @@ export const ModelFormSchematab2: FormSchema[] = [
...
@@ -156,6 +166,7 @@ export const ModelFormSchematab2: FormSchema[] = [
message
:
'请选择访问途径'
,
message
:
'请选择访问途径'
,
},
},
],
],
colProps
:
{
lg
:
12
,
md
:
24
},
componentProps
:
{
componentProps
:
{
disabled
:
true
,
disabled
:
true
,
options
:
[
options
:
[
...
@@ -187,6 +198,7 @@ export const ModelFormSchematab2: FormSchema[] = [
...
@@ -187,6 +198,7 @@ export const ModelFormSchematab2: FormSchema[] = [
field
:
'serverIp'
,
field
:
'serverIp'
,
component
:
'Input'
,
component
:
'Input'
,
// ifShow: false,
// ifShow: false,
colProps
:
{
lg
:
12
,
md
:
24
},
componentProps
:
{
componentProps
:
{
disabled
:
true
,
disabled
:
true
,
},
},
...
@@ -195,6 +207,7 @@ export const ModelFormSchematab2: FormSchema[] = [
...
@@ -195,6 +207,7 @@ export const ModelFormSchematab2: FormSchema[] = [
label
:
'数据源名称'
,
label
:
'数据源名称'
,
field
:
'dataSourceName'
,
field
:
'dataSourceName'
,
component
:
'Input'
,
component
:
'Input'
,
colProps
:
{
lg
:
12
,
md
:
24
},
componentProps
:
{
componentProps
:
{
disabled
:
true
,
disabled
:
true
,
},
},
...
@@ -203,6 +216,7 @@ export const ModelFormSchematab2: FormSchema[] = [
...
@@ -203,6 +216,7 @@ export const ModelFormSchematab2: FormSchema[] = [
label
:
'数据源类型'
,
label
:
'数据源类型'
,
field
:
'dataSourceType'
,
field
:
'dataSourceType'
,
component
:
'Input'
,
component
:
'Input'
,
colProps
:
{
lg
:
12
,
md
:
24
},
componentProps
:
{
componentProps
:
{
disabled
:
true
,
disabled
:
true
,
},
},
...
@@ -211,6 +225,7 @@ export const ModelFormSchematab2: FormSchema[] = [
...
@@ -211,6 +225,7 @@ export const ModelFormSchematab2: FormSchema[] = [
label
:
'关联sql语句'
,
label
:
'关联sql语句'
,
field
:
'sql'
,
field
:
'sql'
,
component
:
'Input'
,
component
:
'Input'
,
colProps
:
{
lg
:
12
,
md
:
24
},
componentProps
:
{
componentProps
:
{
disabled
:
true
,
disabled
:
true
,
},
},
...
@@ -219,6 +234,7 @@ export const ModelFormSchematab2: FormSchema[] = [
...
@@ -219,6 +234,7 @@ export const ModelFormSchematab2: FormSchema[] = [
label
:
'执行结束时间'
,
label
:
'执行结束时间'
,
field
:
'endTime'
,
field
:
'endTime'
,
component
:
'Input'
,
component
:
'Input'
,
colProps
:
{
lg
:
12
,
md
:
24
},
componentProps
:
{
componentProps
:
{
disabled
:
true
,
disabled
:
true
,
},
},
...
@@ -227,6 +243,7 @@ export const ModelFormSchematab2: FormSchema[] = [
...
@@ -227,6 +243,7 @@ export const ModelFormSchematab2: FormSchema[] = [
label
:
'执行耗时'
,
label
:
'执行耗时'
,
field
:
'costTime'
,
field
:
'costTime'
,
component
:
'Input'
,
component
:
'Input'
,
colProps
:
{
lg
:
12
,
md
:
24
},
componentProps
:
{
componentProps
:
{
disabled
:
true
,
disabled
:
true
,
},
},
...
@@ -235,6 +252,7 @@ export const ModelFormSchematab2: FormSchema[] = [
...
@@ -235,6 +252,7 @@ export const ModelFormSchematab2: FormSchema[] = [
label
:
'访问结果'
,
label
:
'访问结果'
,
field
:
'result'
,
field
:
'result'
,
component
:
'Input'
,
component
:
'Input'
,
colProps
:
{
lg
:
12
,
md
:
24
},
componentProps
:
{
componentProps
:
{
disabled
:
true
,
disabled
:
true
,
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment