Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
wangxiaolu-sfa-ui
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
sfa
wangxiaolu-sfa-ui
Commits
bc89598e
提交
bc89598e
authored
8月 25, 2025
作者:
lidongxu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
style(design): 修复:报表设计页面样式问题
上级
e1416566
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
13 行增加
和
8 行删除
+13
-8
index.vue
src/views/jimureport/design/index.vue
+0
-0
index.vue
src/views/scm/logistics_receipt/index.vue
+1
-1
index.vue
src/views/system/user/index.vue
+12
-7
没有找到文件。
src/views/jimureport/design/index.vue
浏览文件 @
bc89598e
差异被折叠。
点击展开。
src/views/scm/logistics_receipt/index.vue
浏览文件 @
bc89598e
<
template
>
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<el-row
class=
"c
lient-fix-height c
ontainer"
>
<el-row
class=
"container"
>
<el-col>
<el-col>
<!-- 查询表单 -->
<!-- 查询表单 -->
<el-form
:model=
"queryParams"
<el-form
:model=
"queryParams"
...
...
src/views/system/user/index.vue
浏览文件 @
bc89598e
<
template
>
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<el-row
:gutter=
"20"
<el-row
:gutter=
"20"
class=
"c
lient-fix-height c
ontainer"
>
class=
"container"
>
<!--部门数据-->
<!--部门数据-->
<category-tree
:options=
"deptOptions"
<category-tree
:options=
"deptOptions"
:defaultProps=
"
{ label: 'label', children: 'children' }"
:defaultProps=
"
{ label: 'label', children: 'children' }"
...
@@ -220,7 +220,8 @@
...
@@ -220,7 +220,8 @@
<el-dialog
:title=
"title"
<el-dialog
:title=
"title"
v-model=
"open"
v-model=
"open"
append-to-body
append-to-body
draggable
overflow
>
draggable
overflow
>
<el-form
:model=
"form"
<el-form
:model=
"form"
:rules=
"rules"
:rules=
"rules"
ref=
"userRef"
ref=
"userRef"
...
@@ -355,7 +356,8 @@
...
@@ -355,7 +356,8 @@
<!-- 促销权限配置 -->
<!-- 促销权限配置 -->
<el-row
v-if=
"form.proStatus"
>
<el-row
v-if=
"form.proStatus"
>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"促销角色"
prop=
"privilegeId"
>
<el-form-item
label=
"促销角色"
prop=
"privilegeId"
>
<el-radio-group
v-model=
"form.privilegeId"
>
<el-radio-group
v-model=
"form.privilegeId"
>
<el-radio
:value=
"1"
<el-radio
:value=
"1"
label=
"城市经理"
></el-radio>
label=
"城市经理"
></el-radio>
...
@@ -399,7 +401,8 @@
...
@@ -399,7 +401,8 @@
<el-dialog
:title=
"upload.title"
<el-dialog
:title=
"upload.title"
v-model=
"upload.open"
v-model=
"upload.open"
append-to-body
append-to-body
draggable
overflow
>
draggable
overflow
>
<el-upload
ref=
"uploadRef"
<el-upload
ref=
"uploadRef"
:limit=
"1"
:limit=
"1"
accept=
".xlsx, .xls"
accept=
".xlsx, .xls"
...
@@ -722,7 +725,7 @@
...
@@ -722,7 +725,7 @@
postOptions
.
value
=
response
.
posts
;
postOptions
.
value
=
response
.
posts
;
roleOptions
.
value
=
response
.
roles
;
roleOptions
.
value
=
response
.
roles
;
open
.
value
=
true
;
open
.
value
=
true
;
title
.
value
=
"添加用户"
;
title
.
value
=
"添加用户"
;
form
.
value
.
password
=
initPassword
.
value
;
form
.
value
.
password
=
initPassword
.
value
;
})
})
...
@@ -781,7 +784,7 @@
...
@@ -781,7 +784,7 @@
privilegeId
:
form
.
value
.
privilegeId
,
privilegeId
:
form
.
value
.
privilegeId
,
status
:
form
.
value
.
proStatus
status
:
form
.
value
.
proStatus
})
})
reset
()
reset
()
}
}
});
});
...
@@ -828,8 +831,10 @@
...
@@ -828,8 +831,10 @@
<
style
scoped
<
style
scoped
lang=
"scss"
>
lang=
"scss"
>
.app-container
{
.app-container
{
>
.el-row
{
.container
{
display
:
flex
;
display
:
flex
;
flex-direction
:
row
;
.right_col
{
.right_col
{
flex
:
1
!
important
;
flex
:
1
!
important
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论