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
d7152ade
Commit
d7152ade
authored
Dec 05, 2024
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改sql开发
parent
0ee7e016
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
12 deletions
+6
-12
index.vue
src/views/scriptDevelopment/sqlDevelopment/index.vue
+6
-12
No files found.
src/views/scriptDevelopment/sqlDevelopment/index.vue
View file @
d7152ade
...
...
@@ -87,18 +87,12 @@
const
showTable
=
ref
(
'false'
);
const
selectedTasks
=
ref
([]);
const
fieldData
=
[
{
value
:
'script'
,
label
:
'脚本'
},
{
value
:
'java'
,
label
:
'Java'
},
{
value
:
'python'
,
label
:
'Python'
},
{
value
:
'rTask'
,
label
:
'R任务'
},
{
value
:
'scala'
,
label
:
'Scala'
},
{
value
:
'sql'
,
label
:
'SQL'
},
{
value
:
'dataLoad'
,
label
:
'数据加载'
},
{
value
:
'dataSync'
,
label
:
'数据同步'
},
{
value
:
'dataQuality'
,
label
:
'数据质量'
},
{
value
:
'dataMetrics'
,
label
:
'数据指标'
},
{
value
:
'nestedWorkflow'
,
label
:
'嵌套任务流'
},
{
value
:
'delay'
,
label
:
'延时器'
},
{
value
:
'id'
,
label
:
'id'
},
{
value
:
'em_name'
,
label
:
'em_name'
},
{
value
:
'em_age'
,
label
:
'em_age'
},
{
value
:
'em_idcard'
,
label
:
'em_idcard'
},
{
value
:
'em_tel'
,
label
:
'em_tel'
},
{
value
:
'em_typework'
,
label
:
'em_typework'
},
];
const
form
=
reactive
({
...
...
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