Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
D
dataease
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
zhu
dataease
Commits
2ea9678d
提交
2ea9678d
authored
12月 14, 2021
作者:
wangjiahao
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat: 仪表板处于公共链接模式,跳转的目标仪表板也以公共链接跳转,同时支持传参数
上级
fc5bbd36
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
14 行增加
和
7 行删除
+14
-7
UserView.vue
frontend/src/components/canvas/custom-component/UserView.vue
+1
-1
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
index.vue
frontend/src/views/link/view/index.vue
+5
-1
index.vue
frontend/src/views/panel/LinkJumpSet/index.vue
+2
-2
没有找到文件。
frontend/src/components/canvas/custom-component/UserView.vue
浏览文件 @
2ea9678d
...
...
@@ -409,7 +409,7 @@ export default {
}
else
{
this
.
$message
({
type
:
'warn'
,
message
:
'当前是公共链接模式,目标仪表板未设置公共链接,无法跳转'
,
message
:
this
.
$t
(
'panel.public_link_tips'
)
,
showClose
:
true
})
}
...
...
frontend/src/lang/en.js
浏览文件 @
2ea9678d
...
...
@@ -1460,7 +1460,8 @@ export default {
panel_view_result_tips
:
'Chose "Panel" Will Overwrite View`s Result,Range 1~10000'
,
timeout_refresh
:
'Timeout,Will Refresh...'
,
mobile_layout
:
'Mobile Layout'
,
component_hidden
:
'Component Hidden'
component_hidden
:
'Component Hidden'
,
public_link_tips
:
'New Is Public Link,The Target Panel Have Not Set Public Link,Can Not Jump'
},
plugin
:
{
local_install
:
'Local installation'
,
...
...
frontend/src/lang/tw.js
浏览文件 @
2ea9678d
...
...
@@ -1462,7 +1462,8 @@ export default {
panel_view_result_tips
:
'選擇儀表板會覆蓋視圖的結果展示數量,取值範圍1~10000'
,
timeout_refresh
:
'请求超时,稍后刷新...'
,
mobile_layout
:
'移动端布局'
,
component_hidden
:
'隐藏的组件'
component_hidden
:
'隐藏的组件'
,
public_link_tips
:
'当前是公共链接模式,目标仪表板未设置公共链接,无法跳转'
},
plugin
:
{
local_install
:
'本地安裝'
,
...
...
frontend/src/lang/zh.js
浏览文件 @
2ea9678d
...
...
@@ -1471,7 +1471,8 @@ export default {
panel_view_result_tips
:
'选择仪表板会覆盖视图的结果展示数量,取值范围1~10000'
,
timeout_refresh
:
'请求超时,稍后刷新...'
,
mobile_layout
:
'移动端布局'
,
component_hidden
:
'隐藏的组件'
component_hidden
:
'隐藏的组件'
,
public_link_tips
:
'当前是公共链接模式,目标仪表板未设置公共链接,无法跳转'
},
plugin
:
{
local_install
:
'本地安装'
,
...
...
frontend/src/views/link/view/index.vue
浏览文件 @
2ea9678d
...
...
@@ -32,6 +32,10 @@ export default {
methods
:
{
setPanelInfo
()
{
loadResource
(
this
.
resourceId
).
then
(
res
=>
{
this
.
$store
.
dispatch
(
'panel/setPanelInfo'
,
{
id
:
res
.
data
.
id
,
name
:
res
.
data
.
name
})
// 刷新联动信息
getPanelAllLinkageInfo
(
this
.
resourceId
).
then
(
rsp
=>
{
this
.
$store
.
commit
(
'setNowPanelTrackInfo'
,
rsp
.
data
)
...
...
@@ -52,7 +56,7 @@ export default {
sourcePanelId
:
jumpParam
.
sourcePanelId
,
sourceViewId
:
jumpParam
.
sourceViewId
,
sourceFieldId
:
jumpParam
.
sourceFieldId
,
targetPanelId
:
this
.
panel
Id
targetPanelId
:
this
.
resource
Id
}
this
.
show
=
false
// 刷新跳转目标仪表板联动信息
...
...
frontend/src/views/panel/LinkJumpSet/index.vue
浏览文件 @
2ea9678d
...
...
@@ -82,7 +82,7 @@
<el-row
v-for=
"(targetViewInfo,index) in linkJumpInfo.targetViewInfoList"
:key=
"index"
>
<el-col
:span=
"11"
>
<div
class=
"select-filed"
>
<el-select
v-model=
"targetViewInfo.targetViewId"
style=
"width: 100%"
size=
"mini"
:placeholder=
"$t('
panel
.please_select')"
@
change=
"viewInfoOnChange(targetViewInfo)"
>
<el-select
v-model=
"targetViewInfo.targetViewId"
style=
"width: 100%"
size=
"mini"
:placeholder=
"$t('
fu.search_bar
.please_select')"
@
change=
"viewInfoOnChange(targetViewInfo)"
>
<el-option
v-for=
"item in currentLinkPanelViewArray"
:key=
"item.id"
...
...
@@ -99,7 +99,7 @@
</el-col>
<el-col
:span=
"11"
>
<div
class=
"select-filed"
>
<el-select
v-model=
"targetViewInfo.targetFieldId"
style=
"width: 100%"
size=
"mini"
:placeholder=
"$t('
panel
.please_select')"
>
<el-select
v-model=
"targetViewInfo.targetFieldId"
style=
"width: 100%"
size=
"mini"
:placeholder=
"$t('
fu.search_bar
.please_select')"
>
<el-option
v-for=
"viewField in viewIdFieldArrayMap[targetViewInfo.targetViewId]"
:key=
"viewField.id"
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论