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
19bd2cbb
Commit
19bd2cbb
authored
Nov 15, 2024
by
LiXuyang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
1eaca8c4
802f3bda
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 @
19bd2cbb
...
...
@@ -29,6 +29,7 @@ export const ModelFormSchema: FormSchema[] = [
message
:
'请输入操作时间'
,
},
],
colProps
:
{
lg
:
12
,
md
:
24
},
componentProps
:
{
disabled
:
true
,
},
...
...
@@ -43,6 +44,7 @@ export const ModelFormSchema: FormSchema[] = [
message
:
'请输入操作人'
,
},
],
colProps
:
{
lg
:
12
,
md
:
24
},
componentProps
:
{
disabled
:
true
,
},
...
...
@@ -57,6 +59,8 @@ export const ModelFormSchema: FormSchema[] = [
message
:
'请选择操作类型'
,
},
],
colProps
:
{
lg
:
12
,
md
:
24
},
componentProps
:
{
disabled
:
true
,
options
:
[
...
...
@@ -91,6 +95,7 @@ export const ModelFormSchema: FormSchema[] = [
componentProps
:
{
disabled
:
true
,
},
colProps
:
{
lg
:
12
,
md
:
24
},
},
{
label
:
'路径'
,
...
...
@@ -99,6 +104,7 @@ export const ModelFormSchema: FormSchema[] = [
componentProps
:
{
disabled
:
true
,
},
colProps
:
{
lg
:
12
,
md
:
24
},
},
{
label
:
'对象类型'
,
...
...
@@ -107,6 +113,7 @@ export const ModelFormSchema: FormSchema[] = [
componentProps
:
{
disabled
:
true
,
},
colProps
:
{
lg
:
12
,
md
:
24
},
},
{
label
:
'操作结果'
,
...
...
@@ -115,6 +122,7 @@ export const ModelFormSchema: FormSchema[] = [
componentProps
:
{
disabled
:
true
,
},
colProps
:
{
lg
:
12
,
md
:
24
},
},
];
export
const
ModelFormSchematab2
:
FormSchema
[]
=
[
...
...
@@ -128,6 +136,7 @@ export const ModelFormSchematab2: FormSchema[] = [
message
:
'请输入访问时间'
,
},
],
colProps
:
{
lg
:
12
,
md
:
24
},
componentProps
:
{
disabled
:
true
,
},
...
...
@@ -142,6 +151,7 @@ export const ModelFormSchematab2: FormSchema[] = [
message
:
'请输入访问用户'
,
},
],
colProps
:
{
lg
:
12
,
md
:
24
},
componentProps
:
{
disabled
:
true
,
},
...
...
@@ -156,6 +166,7 @@ export const ModelFormSchematab2: FormSchema[] = [
message
:
'请选择访问途径'
,
},
],
colProps
:
{
lg
:
12
,
md
:
24
},
componentProps
:
{
disabled
:
true
,
options
:
[
...
...
@@ -187,6 +198,7 @@ export const ModelFormSchematab2: FormSchema[] = [
field
:
'serverIp'
,
component
:
'Input'
,
// ifShow: false,
colProps
:
{
lg
:
12
,
md
:
24
},
componentProps
:
{
disabled
:
true
,
},
...
...
@@ -195,6 +207,7 @@ export const ModelFormSchematab2: FormSchema[] = [
label
:
'数据源名称'
,
field
:
'dataSourceName'
,
component
:
'Input'
,
colProps
:
{
lg
:
12
,
md
:
24
},
componentProps
:
{
disabled
:
true
,
},
...
...
@@ -203,6 +216,7 @@ export const ModelFormSchematab2: FormSchema[] = [
label
:
'数据源类型'
,
field
:
'dataSourceType'
,
component
:
'Input'
,
colProps
:
{
lg
:
12
,
md
:
24
},
componentProps
:
{
disabled
:
true
,
},
...
...
@@ -211,6 +225,7 @@ export const ModelFormSchematab2: FormSchema[] = [
label
:
'关联sql语句'
,
field
:
'sql'
,
component
:
'Input'
,
colProps
:
{
lg
:
12
,
md
:
24
},
componentProps
:
{
disabled
:
true
,
},
...
...
@@ -219,6 +234,7 @@ export const ModelFormSchematab2: FormSchema[] = [
label
:
'执行结束时间'
,
field
:
'endTime'
,
component
:
'Input'
,
colProps
:
{
lg
:
12
,
md
:
24
},
componentProps
:
{
disabled
:
true
,
},
...
...
@@ -227,6 +243,7 @@ export const ModelFormSchematab2: FormSchema[] = [
label
:
'执行耗时'
,
field
:
'costTime'
,
component
:
'Input'
,
colProps
:
{
lg
:
12
,
md
:
24
},
componentProps
:
{
disabled
:
true
,
},
...
...
@@ -235,6 +252,7 @@ export const ModelFormSchematab2: FormSchema[] = [
label
:
'访问结果'
,
field
:
'result'
,
component
:
'Input'
,
colProps
:
{
lg
:
12
,
md
:
24
},
componentProps
:
{
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