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 个修改的文件
包含
39 行增加
和
17 行删除
+39
-17
index.vue
src/views/jimureport/design/index.vue
+28
-11
index.vue
src/views/scm/logistics_receipt/index.vue
+1
-1
index.vue
src/views/system/user/index.vue
+10
-5
没有找到文件。
src/views/jimureport/design/index.vue
浏览文件 @
bc89598e
<
template
>
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<div
class=
"container"
>
<div
class=
"container"
>
<el-row
:gutter=
"20"
class=
"client-fix-height container"
>
<category-tree
v-model=
"queryParams.reportType"
<category-tree
v-model=
"queryParams.reportType"
:options=
"floderList"
:options=
"floderList"
:defaultProps=
"
{ label: 'title', children: 'children' }"
:defaultProps=
"
{ label: 'title', children: 'children' }"
...
@@ -16,9 +14,7 @@
...
@@ -16,9 +14,7 @@
@search="handleNodeClick">
@search="handleNodeClick">
</category-tree>
</category-tree>
<el-col
:span=
"20"
<div
class=
"right-col"
>
:xs=
"24"
class=
"right_col"
>
<el-form
:model=
"queryParams"
<el-form
:model=
"queryParams"
ref=
"queryRef"
ref=
"queryRef"
:inline=
"true"
:inline=
"true"
...
@@ -50,7 +46,8 @@
...
@@ -50,7 +46,8 @@
</el-row>
</el-row>
<el-table
v-loading=
"loading"
<el-table
v-loading=
"loading"
:data=
"reportList"
>
:data=
"reportList"
style=
"width: 100%"
>
<el-table-column
type=
"selection"
<el-table-column
type=
"selection"
width=
"50"
/>
width=
"50"
/>
<el-table-column
label=
"报表名称"
<el-table-column
label=
"报表名称"
...
@@ -128,8 +125,7 @@
...
@@ -128,8 +125,7 @@
v-model:page=
"queryParams.pageNo"
v-model:page=
"queryParams.pageNo"
v-model:limit=
"queryParams.pageSize"
v-model:limit=
"queryParams.pageSize"
@
pagination=
"getReportList"
/>
@
pagination=
"getReportList"
/>
</el-col>
</div>
<!-- 新增/编辑分享弹窗 -->
<!-- 新增/编辑分享弹窗 -->
<el-dialog
title=
"创建分享链接"
<el-dialog
title=
"创建分享链接"
...
@@ -173,7 +169,6 @@
...
@@ -173,7 +169,6 @@
</span>
</span>
</
template
>
</
template
>
</el-dialog>
</el-dialog>
</el-row>
</div>
</div>
</div>
</div>
</template>
</template>
...
@@ -383,4 +378,26 @@ const handleCopy = (row) => {
...
@@ -383,4 +378,26 @@ const handleCopy = (row) => {
</
script
>
</
script
>
<
style
scoped
></
style
>
<
style
scoped
>
\ No newline at end of file
.container
{
display
:
flex
;
flex-direction
:
row
;
width
:
100%
;
.right-col
{
flex
:
1
!important
;
width
:
100%
;
height
:
100%
;
margin-left
:
20px
;
display
:
flex
;
flex-direction
:
column
;
overflow
:
hidden
;
.el-form
{
width
:
100%
;
}
}
}
</
style
>
\ No newline at end of file
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"
...
@@ -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
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论