Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
D
dataease
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
njgzx
dataease
Commits
b449734d
提交
b449734d
authored
2月 15, 2022
作者:
wangjiahao
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
refactor: 优化视图归属于仪表板功能,更新flyway和文案
上级
a58f92ed
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
7 行增加
和
24 行删除
+7
-24
VAuthModelDTO.java
...rc/main/java/io/dataease/dto/authModel/VAuthModelDTO.java
+1
-1
PanelGroupService.java
...ain/java/io/dataease/service/panel/PanelGroupService.java
+1
-1
V32__1.8.sql
backend/src/main/resources/db/migration/V32__1.8.sql
+0
-0
messages_en_US.properties
backend/src/main/resources/i18n/messages_en_US.properties
+1
-1
messages_zh_CN.properties
backend/src/main/resources/i18n/messages_zh_CN.properties
+1
-1
messages_zh_TW.properties
backend/src/main/resources/i18n/messages_zh_TW.properties
+1
-1
Group.vue
frontend/src/views/chart/group/Group.vue
+0
-14
index.vue
frontend/src/views/panel/edit/index.vue
+2
-5
没有找到文件。
backend/src/main/java/io/dataease/dto/authModel/VAuthModelDTO.java
浏览文件 @
b449734d
...
@@ -23,7 +23,7 @@ public class VAuthModelDTO extends VAuthModelWithBLOBs implements ITreeBase<VAu
...
@@ -23,7 +23,7 @@ public class VAuthModelDTO extends VAuthModelWithBLOBs implements ITreeBase<VAu
private
String
innerId
;
private
String
innerId
;
public
String
toString
(){
public
String
toString
(){
return
this
.
get
Id
();
return
this
.
get
Name
();
}
}
}
}
backend/src/main/java/io/dataease/service/panel/PanelGroupService.java
浏览文件 @
b449734d
...
@@ -244,7 +244,7 @@ public class PanelGroupService {
...
@@ -244,7 +244,7 @@ public class PanelGroupService {
if
(
CollectionUtils
.
isNotEmpty
(
viewResult
)){
if
(
CollectionUtils
.
isNotEmpty
(
viewResult
)){
result
.
addAll
(
viewResult
);
result
.
addAll
(
viewResult
);
}
}
result
=
TreeUtils
.
mergeTree
(
panelR
esult
,
"panel_list"
);
result
=
TreeUtils
.
mergeTree
(
r
esult
,
"panel_list"
);
// 原有视图的目录结构
// 原有视图的目录结构
List
<
VAuthModelDTO
>
viewOriginal
=
extVAuthModelMapper
.
queryAuthViewsOriginal
(
viewRequest
);
List
<
VAuthModelDTO
>
viewOriginal
=
extVAuthModelMapper
.
queryAuthViewsOriginal
(
viewRequest
);
if
(
CollectionUtils
.
isNotEmpty
(
viewOriginal
)
&&
viewOriginal
.
size
()>
1
){
if
(
CollectionUtils
.
isNotEmpty
(
viewOriginal
)
&&
viewOriginal
.
size
()>
1
){
...
...
backend/src/main/resources/db/migration/V32__1.8.sql
浏览文件 @
b449734d
差异被折叠。
点击展开。
backend/src/main/resources/i18n/messages_en_US.properties
浏览文件 @
b449734d
...
@@ -119,4 +119,4 @@ i18n_cp_exist=Column permission of the same type already exists
...
@@ -119,4 +119,4 @@ i18n_cp_exist=Column permission of the same type already exists
connection_failed
=
Connection Failed
connection_failed
=
Connection Failed
theme_name_repeat
=
name of theme has been existed
theme_name_repeat
=
name of theme has been existed
theme_name_empty
=
name can not be empty
theme_name_empty
=
name can not be empty
i18n_public_chart
=
Public Chart
i18n_public_chart
=
【Public Chart】
backend/src/main/resources/i18n/messages_zh_CN.properties
浏览文件 @
b449734d
...
@@ -118,4 +118,4 @@ i18n_cp_exist=已有同类型的列权限存在
...
@@ -118,4 +118,4 @@ i18n_cp_exist=已有同类型的列权限存在
connection_failed
=
连接失败
connection_failed
=
连接失败
theme_name_repeat
=
名称已存在
theme_name_repeat
=
名称已存在
theme_name_empty
=
名称不能为空
theme_name_empty
=
名称不能为空
i18n_public_chart
=
存量视图
i18n_public_chart
=
【存量视图】
backend/src/main/resources/i18n/messages_zh_TW.properties
浏览文件 @
b449734d
...
@@ -119,4 +119,4 @@ i18n_cp_exist=已有同類型的列權限存在
...
@@ -119,4 +119,4 @@ i18n_cp_exist=已有同類型的列權限存在
connection_failed
=
連接失敗
connection_failed
=
連接失敗
theme_name_repeat
=
名稱已存在
theme_name_repeat
=
名稱已存在
theme_name_empty
=
名稱不能為空
theme_name_empty
=
名稱不能為空
i18n_public_chart
=
存量视图
i18n_public_chart
=
【存量视图】
frontend/src/views/chart/group/Group.vue
浏览文件 @
b449734d
...
@@ -188,20 +188,6 @@
...
@@ -188,20 +188,6 @@
<el-input
v-model=
"chartName"
style=
"height: 34px"
size=
"mini"
/>
<el-input
v-model=
"chartName"
style=
"height: 34px"
size=
"mini"
/>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
v-if=
"optFrom==='panel'"
:span=
"12"
>
<el-form-item
:label=
"$t('chart.belong_group')"
>
<treeselect
v-model=
"currGroup.id"
:clearable=
"false"
:options=
"chartGroupTreeAvailable"
:normalizer=
"normalizer"
:placeholder=
"$t('chart.select_group')"
:no-children-text=
"$t('commons.treeselect.no_children_text')"
:no-options-text=
"$t('commons.treeselect.no_options_text')"
:no-results-text=
"$t('commons.treeselect.no_results_text')"
/>
</el-form-item>
</el-col>
</el-form>
</el-form>
</el-row>
</el-row>
...
...
frontend/src/views/panel/edit/index.vue
浏览文件 @
b449734d
...
@@ -801,12 +801,9 @@ export default {
...
@@ -801,12 +801,9 @@ export default {
}
}
},
},
newChart
()
{
newChart
()
{
this
.
adviceGroupId
=
null
this
.
adviceGroupId
=
this
.
panelInfo
.
id
this
.
show
=
false
this
.
show
=
false
searchAdviceSceneId
(
this
.
panelInfo
.
id
).
then
(
res
=>
{
this
.
$refs
[
'chartGroup'
].
selectTable
()
this
.
adviceGroupId
=
res
.
data
this
.
$refs
[
'chartGroup'
].
selectTable
()
})
},
},
newViewInfo
(
newViewInfo
)
{
newViewInfo
(
newViewInfo
)
{
let
component
let
component
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论