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
f6e2a633
Commit
f6e2a633
authored
Nov 10, 2022
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加公共庫
parent
547ad67e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
14 deletions
+14
-14
sample-form-manager-ui/admin/src/pages/software/materials/MaterialsManage.vue
...ui/admin/src/pages/software/materials/MaterialsManage.vue
+7
-7
sample-form-manager-ui/admin/src/pages/software/matter/MatterManage.vue
...nager-ui/admin/src/pages/software/matter/MatterManage.vue
+7
-7
No files found.
sample-form-manager-ui/admin/src/pages/software/materials/MaterialsManage.vue
View file @
f6e2a633
...
...
@@ -12,7 +12,7 @@
}}
</el-button>
</div>
<div
slot=
"right"
class=
"flex"
>
<el-select
<!--
<el-select
v-model=
"departmentLeft"
size=
"small"
placeholder=
"选择部门"
...
...
@@ -28,7 +28,7 @@
:
value
=
"
item.id
"
>
<
/el-option
>
<
/el-select
>
<
/el-select>
--
>
<
el
-
input
size
=
"
small
"
v
-
model
=
"
leftSearch
"
...
...
@@ -73,16 +73,16 @@
>
<
/el-table-column
>
<
el
-
table
-
column
prop
=
"
n
ame
"
prop
=
"
matterN
ame
"
show
-
overflow
-
tooltip
label
=
"
事项名称
"
>
<
template
slot
-
scope
=
"
scope
"
>
<!--
<
template
slot
-
scope
=
"
scope
"
>
<
p
class
=
"
short
"
>
{{
scope
.
row
.
matterName
}}
<
/p
>
<
p
class
=
"
full-name
"
>
事项全称:
{{
scope
.
row
.
matterFullName
}}
<
/p
>
<
/template
>
<
/template>
--
>
<
/el-table-column
>
<
el
-
table
-
column
prop
=
"
datumCount
"
...
...
@@ -129,7 +129,7 @@
>
<
/div
>
<
div
slot
=
"
right
"
class
=
"
flex
"
>
<
el
-
select
<!--
<
el
-
select
v
-
model
=
"
departmentRight
"
size
=
"
small
"
placeholder
=
"
选择部门
"
...
...
@@ -147,7 +147,7 @@
:
value
=
"
item.id
"
>
<
/el-option
>
<
/el-select
>
<
/el-select>
--
>
<
el
-
input
size
=
"
small
"
style
=
"
width: 200px
"
...
...
sample-form-manager-ui/admin/src/pages/software/matter/MatterManage.vue
View file @
f6e2a633
...
...
@@ -16,7 +16,7 @@
>
</div>
<div
slot=
"right"
class=
"flex"
>
<el-select
<!--
<el-select
v-model=
"departmentLeft"
size=
"small"
placeholder=
"选择部门"
...
...
@@ -32,7 +32,7 @@
:
value
=
"
item.id
"
>
<
/el-option
>
<
/el-select
>
<
/el-select>
--
>
<
el
-
input
size
=
"
small
"
style
=
"
width: 200px
"
...
...
@@ -77,13 +77,13 @@
prop
=
"
deptCode
"
>
<
/el-table-column
>
<
el
-
table
-
column
prop
=
"
n
ame
"
show
-
overflow
-
tooltip
label
=
"
事项名称
"
>
<
template
slot
-
scope
=
"
scope
"
>
<
el
-
table
-
column
prop
=
"
matterN
ame
"
show
-
overflow
-
tooltip
label
=
"
事项名称
"
>
<!--
<
template
slot
-
scope
=
"
scope
"
>
<
p
class
=
"
short
"
>
{{
scope
.
row
.
matterName
}}
<
/p
>
<
p
class
=
"
full-name
"
>
事项全称:
{{
scope
.
row
.
matterFullName
}}
<
/p
>
<
/template
>
<
/template>
--
>
<
/el-table-column
>
<
el
-
table
-
column
prop
=
"
tid
"
...
...
@@ -161,7 +161,7 @@
>
<
/div
>
<
div
slot
=
"
right
"
class
=
"
flex
"
>
<
el
-
select
<!--
<
el
-
select
v
-
model
=
"
departmentRight
"
size
=
"
small
"
placeholder
=
"
选择部门
"
...
...
@@ -179,7 +179,7 @@
:
value
=
"
item.id
"
>
<
/el-option
>
<
/el-select
>
<
/el-select>
--
>
<
el
-
input
size
=
"
small
"
style
=
"
width: 200px
"
...
...
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