Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
ibzuaa
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
ibiz4jteam
ibzuaa
提交
0015db1f
提交
0015db1f
编写于
5月 09, 2020
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ibizdev提交
上级
90dda4b8
变更
17
显示空白字符变更
内嵌
并排
正在显示
17 个修改的文件
包含
38 行增加
和
19 行删除
+38
-19
sys-role-permissiongrid-view-base.vue
...permissiongrid-view/sys-role-permissiongrid-view-base.vue
+4
-2
sys-user-rolegrid-view-base.vue
...aa/sys-user-rolegrid-view/sys-user-rolegrid-view-base.vue
+4
-2
default-searchform-base.vue
...permission/default-searchform/default-searchform-base.vue
+2
-2
default-searchform.less
...sys-permission/default-searchform/default-searchform.less
+3
-0
main-grid-base.vue
...b/src/widgets/sys-permission/main-grid/main-grid-base.vue
+1
-1
default-searchform-base.vue
...permission/default-searchform/default-searchform-base.vue
+2
-2
default-searchform.less
...ole-permission/default-searchform/default-searchform.less
+3
-0
main-grid-base.vue
.../widgets/sys-role-permission/main-grid/main-grid-base.vue
+1
-1
default-searchform-base.vue
...s/sys-role/default-searchform/default-searchform-base.vue
+2
-2
default-searchform.less
...dgets/sys-role/default-searchform/default-searchform.less
+3
-0
main-grid-base.vue
app_web/src/widgets/sys-role/main-grid/main-grid-base.vue
+1
-1
default-searchform-base.vue
...-user-role/default-searchform/default-searchform-base.vue
+2
-2
default-searchform.less
.../sys-user-role/default-searchform/default-searchform.less
+3
-0
main-grid-base.vue
...eb/src/widgets/sys-user-role/main-grid/main-grid-base.vue
+1
-1
default-searchform-base.vue
...s/sys-user/default-searchform/default-searchform-base.vue
+2
-2
default-searchform.less
...dgets/sys-user/default-searchform/default-searchform.less
+3
-0
main-grid-base.vue
app_web/src/widgets/sys-user/main-grid/main-grid-base.vue
+1
-1
未找到文件。
app_web/src/pages/uaa/sys-role-permissiongrid-view/sys-role-permissiongrid-view-base.vue
浏览文件 @
0015db1f
...
...
@@ -1089,9 +1089,11 @@ export default class SYS_ROLE_PERMISSIONGridViewBase extends Vue {
protected
newdata
(
args
:
any
[],
fullargs
?:
any
[],
params
?:
any
,
$event
?:
any
,
xData
?:
any
)
{
const
batchAddPSAppViews
=
[
{
view
:{
viewname
:
'sys-permissionmpickup-view'
,
height
:
0
,
width
:
0
,
title
:
'权限表数据多项选择视图'
},
res
:[
'SYS_PERMISSION'
],
'resAppKey'
:
'sys_permissionid'
},
res
:[
'SYS_PERMISSION'
],
'resAppKey'
:
'permissionid'
},
{
view
:{
viewname
:
'sys-rolempickup-view'
,
height
:
0
,
width
:
0
,
title
:
'角色数据多项选择视图'
},
res
:[
'SYS_ROLE'
],
'resAppKey'
:
'sys_roleid'
}
res
:[
'SYS_ROLE'
],
'resAppKey'
:
'roleid'
}
];
if
(
batchAddPSAppViews
.
length
==
0
||
!
this
.
context
.
srfparentdename
){
this
.
$Notice
.
warning
({
title
:
'错误'
,
desc
:
'批量添加需添加N:N关系'
});
...
...
app_web/src/pages/uaa/sys-user-rolegrid-view/sys-user-rolegrid-view-base.vue
浏览文件 @
0015db1f
...
...
@@ -1089,9 +1089,11 @@ export default class SYS_USER_ROLEGridViewBase extends Vue {
protected
newdata
(
args
:
any
[],
fullargs
?:
any
[],
params
?:
any
,
$event
?:
any
,
xData
?:
any
)
{
const
batchAddPSAppViews
=
[
{
view
:{
viewname
:
'sys-rolempickup-view'
,
height
:
0
,
width
:
0
,
title
:
'角色数据多项选择视图'
},
res
:[
'SYS_ROLE'
],
'resAppKey'
:
'sys_roleid'
},
res
:[
'SYS_ROLE'
],
'resAppKey'
:
'roleid'
},
{
view
:{
viewname
:
'sys-usermpickup-view'
,
height
:
0
,
width
:
0
,
title
:
'用户表数据多项选择视图'
},
res
:[
'SYS_USER'
],
'resAppKey'
:
'userid'
}
res
:[
'SYS_USER'
],
'resAppKey'
:
'userid'
}
];
if
(
batchAddPSAppViews
.
length
==
0
||
!
this
.
context
.
srfparentdename
){
this
.
$Notice
.
warning
({
title
:
'错误'
,
desc
:
'批量添加需添加N:N关系'
});
...
...
app_web/src/widgets/sys-permission/default-searchform/default-searchform-base.vue
浏览文件 @
0015db1f
...
...
@@ -2,7 +2,7 @@
<i-form
:model=
"this.data"
class=
'app-search-form'
ref=
'searchform'
style=
""
>
<input
style=
"display:none;"
/>
<row>
<i-col
span=
"20"
>
<i-col
span=
"20"
class=
"form-content"
>
<row>
<i-col
v-show=
"detailsModel.n_sys_permissionname_like.visible"
:style=
"
{}" :md="{ span: 6, offset: 0 }" :lg="{ span: 6, offset: 0 }" :xl="{ span: 6, offset: 0 }">
<app-form-item
name=
'n_sys_permissionname_like'
:itemRules=
"this.rules.n_sys_permissionname_like"
class=
''
:caption=
"$t('entities.sys_permission.default_searchform.details.n_sys_permissionname_like')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.n_sys_permissionname_like.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
...
...
@@ -30,7 +30,7 @@
</i-col>
</row>
</i-col>
<i-col
span=
"4"
>
<i-col
span=
"4"
class=
"search-button"
>
<row
v-show=
"Object.keys(data).length>0"
>
<i-button
class=
'search_reset'
size=
"default"
type=
"primary"
@
click=
"onSearch"
>
{{
$t
(
'app.searchButton.search'
)
}}
</i-button>
<i-button
class=
'search_reset'
size=
"default"
@
click=
"onReset"
>
{{
this
.
$t
(
'app.searchButton.reset'
)
}}
</i-button>
...
...
app_web/src/widgets/sys-permission/default-searchform/default-searchform.less
浏览文件 @
0015db1f
...
...
@@ -13,6 +13,9 @@
margin-right: 12px;
margin-bottom: 8px;
}
.search-button{
text-align: right;
}
}
.app-search-form-flex {
height: 100%;
...
...
app_web/src/widgets/sys-permission/main-grid/main-grid-base.vue
浏览文件 @
0015db1f
...
...
@@ -486,7 +486,7 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {number}
* @memberof AppIndex
*/
protected
checkboxColWidth
:
number
=
8
0
;
protected
checkboxColWidth
:
number
=
5
0
;
/**
* 是否允许拖动列宽
...
...
app_web/src/widgets/sys-role-permission/default-searchform/default-searchform-base.vue
浏览文件 @
0015db1f
...
...
@@ -2,11 +2,11 @@
<i-form
:model=
"this.data"
class=
'app-search-form'
ref=
'searchform'
style=
""
>
<input
style=
"display:none;"
/>
<row>
<i-col
span=
"20"
>
<i-col
span=
"20"
class=
"form-content"
>
<row>
</row>
</i-col>
<i-col
span=
"4"
>
<i-col
span=
"4"
class=
"search-button"
>
<row
v-show=
"Object.keys(data).length>0"
>
<i-button
class=
'search_reset'
size=
"default"
type=
"primary"
@
click=
"onSearch"
>
{{
$t
(
'app.searchButton.search'
)
}}
</i-button>
<i-button
class=
'search_reset'
size=
"default"
@
click=
"onReset"
>
{{
this
.
$t
(
'app.searchButton.reset'
)
}}
</i-button>
...
...
app_web/src/widgets/sys-role-permission/default-searchform/default-searchform.less
浏览文件 @
0015db1f
...
...
@@ -13,6 +13,9 @@
margin-right: 12px;
margin-bottom: 8px;
}
.search-button{
text-align: right;
}
}
.app-search-form-flex {
height: 100%;
...
...
app_web/src/widgets/sys-role-permission/main-grid/main-grid-base.vue
浏览文件 @
0015db1f
...
...
@@ -491,7 +491,7 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {number}
* @memberof AppIndex
*/
protected
checkboxColWidth
:
number
=
8
0
;
protected
checkboxColWidth
:
number
=
5
0
;
/**
* 是否允许拖动列宽
...
...
app_web/src/widgets/sys-role/default-searchform/default-searchform-base.vue
浏览文件 @
0015db1f
...
...
@@ -2,7 +2,7 @@
<i-form
:model=
"this.data"
class=
'app-search-form'
ref=
'searchform'
style=
""
>
<input
style=
"display:none;"
/>
<row>
<i-col
span=
"20"
>
<i-col
span=
"20"
class=
"form-content"
>
<row>
<i-col
v-show=
"detailsModel.n_sys_rolename_like.visible"
:style=
"
{}" :lg="{ span: 8, offset: 0 }">
<app-form-item
name=
'n_sys_rolename_like'
:itemRules=
"this.rules.n_sys_rolename_like"
class=
''
:caption=
"$t('entities.sys_role.default_searchform.details.n_sys_rolename_like')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.n_sys_rolename_like.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
...
...
@@ -24,7 +24,7 @@
</i-col>
</row>
</i-col>
<i-col
span=
"4"
>
<i-col
span=
"4"
class=
"search-button"
>
<row
v-show=
"Object.keys(data).length>0"
>
<i-button
class=
'search_reset'
size=
"default"
type=
"primary"
@
click=
"onSearch"
>
{{
$t
(
'app.searchButton.search'
)
}}
</i-button>
<i-button
class=
'search_reset'
size=
"default"
@
click=
"onReset"
>
{{
this
.
$t
(
'app.searchButton.reset'
)
}}
</i-button>
...
...
app_web/src/widgets/sys-role/default-searchform/default-searchform.less
浏览文件 @
0015db1f
...
...
@@ -13,6 +13,9 @@
margin-right: 12px;
margin-bottom: 8px;
}
.search-button{
text-align: right;
}
}
.app-search-form-flex {
height: 100%;
...
...
app_web/src/widgets/sys-role/main-grid/main-grid-base.vue
浏览文件 @
0015db1f
...
...
@@ -498,7 +498,7 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {number}
* @memberof AppIndex
*/
protected
checkboxColWidth
:
number
=
8
0
;
protected
checkboxColWidth
:
number
=
5
0
;
/**
* 是否允许拖动列宽
...
...
app_web/src/widgets/sys-user-role/default-searchform/default-searchform-base.vue
浏览文件 @
0015db1f
...
...
@@ -2,11 +2,11 @@
<i-form
:model=
"this.data"
class=
'app-search-form'
ref=
'searchform'
style=
""
>
<input
style=
"display:none;"
/>
<row>
<i-col
span=
"20"
>
<i-col
span=
"20"
class=
"form-content"
>
<row>
</row>
</i-col>
<i-col
span=
"4"
>
<i-col
span=
"4"
class=
"search-button"
>
<row
v-show=
"Object.keys(data).length>0"
>
<i-button
class=
'search_reset'
size=
"default"
type=
"primary"
@
click=
"onSearch"
>
{{
$t
(
'app.searchButton.search'
)
}}
</i-button>
<i-button
class=
'search_reset'
size=
"default"
@
click=
"onReset"
>
{{
this
.
$t
(
'app.searchButton.reset'
)
}}
</i-button>
...
...
app_web/src/widgets/sys-user-role/default-searchform/default-searchform.less
浏览文件 @
0015db1f
...
...
@@ -13,6 +13,9 @@
margin-right: 12px;
margin-bottom: 8px;
}
.search-button{
text-align: right;
}
}
.app-search-form-flex {
height: 100%;
...
...
app_web/src/widgets/sys-user-role/main-grid/main-grid-base.vue
浏览文件 @
0015db1f
...
...
@@ -505,7 +505,7 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {number}
* @memberof AppIndex
*/
protected
checkboxColWidth
:
number
=
8
0
;
protected
checkboxColWidth
:
number
=
5
0
;
/**
* 是否允许拖动列宽
...
...
app_web/src/widgets/sys-user/default-searchform/default-searchform-base.vue
浏览文件 @
0015db1f
...
...
@@ -2,11 +2,11 @@
<i-form
:model=
"this.data"
class=
'app-search-form'
ref=
'searchform'
style=
""
>
<input
style=
"display:none;"
/>
<row>
<i-col
span=
"20"
>
<i-col
span=
"20"
class=
"form-content"
>
<row>
</row>
</i-col>
<i-col
span=
"4"
>
<i-col
span=
"4"
class=
"search-button"
>
<row
v-show=
"Object.keys(data).length>0"
>
<i-button
class=
'search_reset'
size=
"default"
type=
"primary"
@
click=
"onSearch"
>
{{
$t
(
'app.searchButton.search'
)
}}
</i-button>
<i-button
class=
'search_reset'
size=
"default"
@
click=
"onReset"
>
{{
this
.
$t
(
'app.searchButton.reset'
)
}}
</i-button>
...
...
app_web/src/widgets/sys-user/default-searchform/default-searchform.less
浏览文件 @
0015db1f
...
...
@@ -13,6 +13,9 @@
margin-right: 12px;
margin-bottom: 8px;
}
.search-button{
text-align: right;
}
}
.app-search-form-flex {
height: 100%;
...
...
app_web/src/widgets/sys-user/main-grid/main-grid-base.vue
浏览文件 @
0015db1f
...
...
@@ -491,7 +491,7 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {number}
* @memberof AppIndex
*/
protected
checkboxColWidth
:
number
=
8
0
;
protected
checkboxColWidth
:
number
=
5
0
;
/**
* 是否允许拖动列宽
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录