Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
datax-cloud
Overview
Overview
Details
Activity
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
黄营
datax-cloud
Commits
766a32ab
Commit
766a32ab
authored
Jul 23, 2020
by
yuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目初始化
parent
58cf2faa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
make.vue
datax-ui/src/views/chartboard/chart/make.vue
+5
-5
No files found.
datax-ui/src/views/chartboard/chart/make.vue
View file @
766a32ab
...
@@ -76,11 +76,11 @@
...
@@ -76,11 +76,11 @@
<el-tag>
{{
item
.
alias
?
item
.
aggregate_type
+
'('
+
item
.
col
+
') -> '
+
item
.
alias
:
item
.
aggregate_type
+
'('
+
item
.
col
+
')'
}}
</el-tag>
<el-tag>
{{
item
.
alias
?
item
.
aggregate_type
+
'('
+
item
.
col
+
') -> '
+
item
.
alias
:
item
.
aggregate_type
+
'('
+
item
.
col
+
')'
}}
</el-tag>
<span
class=
"draggable-item-handle"
v-if=
"item.radio"
>
<span
class=
"draggable-item-handle"
v-if=
"item.radio"
>
<el-radio-group
size=
"mini"
v-model=
"item.aggregate_type"
@
change=
"((label)=>
{handleValueChangeTagType(label, index, item)})">
<el-radio-group
size=
"mini"
v-model=
"item.aggregate_type"
@
change=
"((label)=>
{handleValueChangeTagType(label, index, item)})">
<el-radio
:
label=
"sum"
>
求和
</el-radio>
<el-radio
label=
"sum"
>
求和
</el-radio>
<el-radio
:
label=
"count"
>
计数
</el-radio>
<el-radio
label=
"count"
>
计数
</el-radio>
<el-radio
:
label=
"avg"
>
平均值
</el-radio>
<el-radio
label=
"avg"
>
平均值
</el-radio>
<el-radio
:
label=
"max"
>
最大值
</el-radio>
<el-radio
label=
"max"
>
最大值
</el-radio>
<el-radio
:
label=
"min"
>
最小值
</el-radio>
<el-radio
label=
"min"
>
最小值
</el-radio>
</el-radio-group>
</el-radio-group>
</span>
</span>
<span
class=
"draggable-item-handle"
v-else
@
click=
"handleValueTagType(index, item)"
><i
class=
"el-icon-edit-outline"
></i></span>
<span
class=
"draggable-item-handle"
v-else
@
click=
"handleValueTagType(index, item)"
><i
class=
"el-icon-edit-outline"
></i></span>
...
...
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