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
26a68a96
Commit
26a68a96
authored
Nov 29, 2022
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改事项来源显示
parent
20f939e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
sample-form-manager-ui/admin/src/pages/software/matter/MatterManage.vue
...nager-ui/admin/src/pages/software/matter/MatterManage.vue
+4
-1
sample-form-manager-ui/admin/src/pages/software/matter/modal/AddMatter.vue
...er-ui/admin/src/pages/software/matter/modal/AddMatter.vue
+1
-1
No files found.
sample-form-manager-ui/admin/src/pages/software/matter/MatterManage.vue
View file @
26a68a96
...
...
@@ -99,7 +99,8 @@
width
=
"
80
"
>
<
template
slot
-
scope
=
"
scope
"
>
{{
scope
.
row
.
source
===
0
?
"
手动添加
"
:
"
站点事项
"
}}
<
span
v
-
if
=
"
scope.row.source === 1
"
>
手动添加
<
/span
>
<
span
v
-
else
-
if
=
"
scope.row.source === 0
"
>
站点事项
<
/span
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
...
...
@@ -370,6 +371,7 @@ export default {
this
.
leftTotal
=
total
;
this
.
recommendCount
=
recommendCount
;
this
.
$refs
.
leftTable
.
bodyWrapper
.
scrollTop
=
0
;
console
.
log
(
data
);
}
}
,
// 新增事项
...
...
@@ -480,6 +482,7 @@ export default {
this
.
$message
.
success
(
msg
);
this
.
rightSelectedRowKeys
=
[];
this
.
$refs
.
rightTable
.
clearSelection
();
this
.
getMatterList
();
this
.
getWriteMatterList
();
}
}
,
...
...
sample-form-manager-ui/admin/src/pages/software/matter/modal/AddMatter.vue
View file @
26a68a96
...
...
@@ -89,7 +89,7 @@ export default {
siteId
:
local
.
getLocal
(
"
writeSiteId
"
)
?
local
.
getLocal
(
"
writeSiteId
"
)
:
""
,
source
:
0
,
source
:
1
,
// 1为手动添加
,
deptName
:
""
,
},
rules
:
{
...
...
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