Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sample-form-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
sample-form-platform
Commits
c92465df
Commit
c92465df
authored
1 year ago
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf:优化页面展示
parent
1a77f473
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
12 deletions
+13
-12
sample-form-manager-ui/admin/src/pages/layouts/Layouts.vue
sample-form-manager-ui/admin/src/pages/layouts/Layouts.vue
+1
-1
sample-form-manager-ui/admin/src/pages/software/materials/MaterialsManage.vue
...ui/admin/src/pages/software/materials/MaterialsManage.vue
+6
-5
sample-form-manager-ui/admin/src/pages/software/matter/MatterManage.vue
...nager-ui/admin/src/pages/software/matter/MatterManage.vue
+6
-6
No files found.
sample-form-manager-ui/admin/src/pages/layouts/Layouts.vue
View file @
c92465df
...
...
@@ -129,7 +129,7 @@ export default {
<
style
lang=
"less"
scoped
>
.layouts {
width: 100%;
min-width: 1620px;
//
min-width: 1620px;
height: 100%;
padding-bottom: 15px;
// .crumbs {
...
...
This diff is collapsed.
Click to expand it.
sample-form-manager-ui/admin/src/pages/software/materials/MaterialsManage.vue
View file @
c92465df
...
...
@@ -13,16 +13,17 @@
<el-select
v-model=
"departmentLeft"
size=
"small"
style=
"width: 120px"
placeholder=
"选择部门"
class=
"autoWidth"
filterable
>
<template
slot=
"prefix"
>
<
!--
<
template
slot=
"prefix"
>
{{
(
deptList
.
find
((
v
)
=>
v
.
deptNumber
===
departmentLeft
)
||
{
}
)
.
name
}}
<
/template
>
<
/template>
--
>
<
el
-
option
v
-
for
=
"
item in deptList
"
:
key
=
"
item.deptNumber
"
...
...
@@ -134,16 +135,16 @@
<
el
-
select
v
-
model
=
"
departmentRight
"
size
=
"
small
"
style
=
"
width: 120px
"
placeholder
=
"
选择部门
"
class
=
"
autoWidth
"
filterable
>
<
template
slot
=
"
prefix
"
>
<
!--
<
template
slot
=
"
prefix
"
>
{{
(
deptList
.
find
((
v
)
=>
v
.
deptNumber
===
departmentRight
)
||
{
}
)
.
name
}}
<
/template
>
<
/template>
--
>
<
el
-
option
v
-
for
=
"
item in deptList
"
:
key
=
"
item.deptNumber
"
...
...
This diff is collapsed.
Click to expand it.
sample-form-manager-ui/admin/src/pages/software/matter/MatterManage.vue
View file @
c92465df
...
...
@@ -17,16 +17,16 @@
<el-select
v-model=
"departmentLeft"
size=
"small"
style=
"width: 120px"
placeholder=
"选择部门"
class=
"autoWidth"
filterable
>
<template
slot=
"prefix"
>
<
!--
<
template
slot=
"prefix"
>
{{
(
deptList
.
find
((
v
)
=>
v
.
deptNumber
===
departmentLeft
)
||
{
}
)
.
name
}}
<
/template
>
<
/template>
--
>
<
el
-
option
v
-
for
=
"
item in deptList
"
:
key
=
"
item.deptNumber
"
...
...
@@ -170,16 +170,16 @@
<
el
-
select
v
-
model
=
"
departmentRight
"
size
=
"
small
"
style
=
"
width: 120px
"
placeholder
=
"
选择部门
"
class
=
"
autoWidth
"
filterable
>
<
template
slot
=
"
prefix
"
>
<
!--
<
template
slot
=
"
prefix
"
>
{{
(
deptList
.
find
((
v
)
=>
v
.
deptNumber
===
departmentRight
)
||
{
}
)
.
name
}}
<
/template
>
<
/template>
--
>
<
el
-
option
v
-
for
=
"
item in deptList
"
:
key
=
"
item.deptNumber
"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment