Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
D
dataease
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
zhu
dataease
Commits
7092dce5
提交
7092dce5
authored
1月 06, 2022
作者:
taojinlong
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'v1.6' of github.com:dataease/dataease into v1.6
上级
4b33d79b
32045f85
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
14 行增加
和
3 行删除
+14
-3
en.js
frontend/src/lang/en.js
+2
-1
tw.js
frontend/src/lang/tw.js
+2
-1
zh.js
frontend/src/lang/zh.js
+2
-1
AddUnion.vue
frontend/src/views/dataset/add/AddUnion.vue
+8
-0
没有找到文件。
frontend/src/lang/en.js
浏览文件 @
7092dce5
...
@@ -1211,7 +1211,8 @@ export default {
...
@@ -1211,7 +1211,8 @@ export default {
add_union_field
:
'Add Union Field'
,
add_union_field
:
'Add Union Field'
,
union_error
:
'Union relation and field can not be empty'
,
union_error
:
'Union relation and field can not be empty'
,
union_repeat
:
'This dataset is already union,do not union repeat'
,
union_repeat
:
'This dataset is already union,do not union repeat'
,
preview_result
:
'Preview'
preview_result
:
'Preview'
,
sql_ds_union_error
:
'Direct connect SQL dataset can not be union'
},
},
datasource
:
{
datasource
:
{
datasource
:
'Data Source'
,
datasource
:
'Data Source'
,
...
...
frontend/src/lang/tw.js
浏览文件 @
7092dce5
...
@@ -1211,7 +1211,8 @@ export default {
...
@@ -1211,7 +1211,8 @@ export default {
add_union_field
:
'添加關聯字段'
,
add_union_field
:
'添加關聯字段'
,
union_error
:
'關聯關繫與關聯字段不能為空'
,
union_error
:
'關聯關繫與關聯字段不能為空'
,
union_repeat
:
'當前數據集已被關聯,請勿重復關聯'
,
union_repeat
:
'當前數據集已被關聯,請勿重復關聯'
,
preview_result
:
'預覽結果'
preview_result
:
'預覽結果'
,
sql_ds_union_error
:
'直連模式下SQL數據集,不支持關聯'
},
},
datasource
:
{
datasource
:
{
datasource
:
'數據源'
,
datasource
:
'數據源'
,
...
...
frontend/src/lang/zh.js
浏览文件 @
7092dce5
...
@@ -1214,7 +1214,8 @@ export default {
...
@@ -1214,7 +1214,8 @@ export default {
add_union_field
:
'添加关联字段'
,
add_union_field
:
'添加关联字段'
,
union_error
:
'关联关系与关联字段不能为空'
,
union_error
:
'关联关系与关联字段不能为空'
,
union_repeat
:
'当前数据集已被关联,请勿重复关联'
,
union_repeat
:
'当前数据集已被关联,请勿重复关联'
,
preview_result
:
'预览结果'
preview_result
:
'预览结果'
,
sql_ds_union_error
:
'直连模式下SQL数据集,不支持关联'
},
},
datasource
:
{
datasource
:
{
datasource
:
'数据源'
,
datasource
:
'数据源'
,
...
...
frontend/src/views/dataset/add/AddUnion.vue
浏览文件 @
7092dce5
...
@@ -208,6 +208,14 @@ export default {
...
@@ -208,6 +208,14 @@ export default {
this
.
tempDs
=
{}
this
.
tempDs
=
{}
},
},
confirmSelectDs
()
{
confirmSelectDs
()
{
if
(
this
.
tempDs
.
mode
===
0
&&
this
.
tempDs
.
modelInnerType
===
'sql'
)
{
this
.
$message
({
showClose
:
true
,
message
:
this
.
$t
(
'dataset.sql_ds_union_error'
),
type
:
'error'
})
return
}
const
ds
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
unionItem
))
const
ds
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
unionItem
))
ds
.
currentDs
=
this
.
tempDs
ds
.
currentDs
=
this
.
tempDs
this
.
dataset
.
push
(
ds
)
this
.
dataset
.
push
(
ds
)
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论