Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_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
赵啸非
smart_gov_platform
Commits
d9915efe
Commit
d9915efe
authored
Oct 09, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修复网络理政搜索项错误
parent
9a335da8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
11 deletions
+9
-11
portal-manager-ui/admin/src/components/reportformsForm/NetworkFormSearch.vue
...dmin/src/components/reportformsForm/NetworkFormSearch.vue
+4
-5
portal-manager-ui/admin/src/views/dataAdmin/components/networkGovernance/networkForm.vue
...ws/dataAdmin/components/networkGovernance/networkForm.vue
+5
-6
No files found.
portal-manager-ui/admin/src/components/reportformsForm/NetworkFormSearch.vue
View file @
d9915efe
...
...
@@ -73,7 +73,7 @@ const nowType = {
1
:
"
部门建议
"
,
2
:
"
办事建议
"
,
3
:
"
网站建议
"
,
4
:
"
我要
就
错
"
,
4
:
"
我要
纠
错
"
,
5
:
"
我要投诉
"
,
};
const
nowDevice
=
{
...
...
@@ -133,5 +133,4 @@ export default {
};
</
script
>
<
style
lang=
"less"
scoped
>
</
style
>
\ No newline at end of file
<
style
lang=
"less"
scoped
></
style
>
portal-manager-ui/admin/src/views/dataAdmin/components/networkGovernance/networkForm.vue
View file @
d9915efe
...
...
@@ -109,7 +109,7 @@ export default {
:
text
==
3
?
"
网站建议
"
:
text
==
4
?
"
我要
就
错
"
?
"
我要
纠
错
"
:
text
==
5
?
"
我要投诉
"
:
"
我要咨询
"
;
...
...
@@ -300,7 +300,7 @@ export default {
1
:
"
部门建议
"
,
2
:
"
办事建议
"
,
3
:
"
网站建议
"
,
4
:
"
我要
就
错
"
,
4
:
"
我要
纠
错
"
,
5
:
"
我要投诉
"
,
6
:
"
我要咨询
"
,
};
...
...
@@ -393,5 +393,4 @@ export default {
};
</
script
>
<
style
lang=
"less"
scoped
>
</
style
>
\ No newline at end of file
<
style
lang=
"less"
scoped
></
style
>
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