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
9dc02b80
Commit
9dc02b80
authored
Jun 11, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
0c83b062
702f83dc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
base-manager-ui/admin/src/pages/basicset/appmarket/components/DataUpdate.vue
...in/src/pages/basicset/appmarket/components/DataUpdate.vue
+2
-1
base-manager-ui/admin/src/pages/basicset/system/System.vue
base-manager-ui/admin/src/pages/basicset/system/System.vue
+2
-2
base-manager-ui/admin/src/router/config.js
base-manager-ui/admin/src/router/config.js
+1
-1
No files found.
base-manager-ui/admin/src/pages/basicset/appmarket/components/DataUpdate.vue
View file @
9dc02b80
...
...
@@ -275,7 +275,8 @@ export default {
// 编辑
handleEdit
(
row
)
{
this
.
title
=
"
编辑
"
;
this
.
$refs
.
AddData
.
onEdit
(
row
);
let
data
=
this
.
$_
.
cloneDeep
(
row
);
this
.
$refs
.
AddData
.
onEdit
(
data
);
this
.
AddVisible
=
true
;
},
// 选择
...
...
base-manager-ui/admin/src/pages/basicset/system/System.vue
View file @
9dc02b80
<
template
>
<div
class=
"system flex flexc"
>
<a-tabs
:activeKey=
"activeKey"
@
change=
"changeRouter"
>
<a-tab-pane
key=
"/system/user"
>
<
!--
<
a-tab-pane
key=
"/system/user"
>
<span
slot=
"tab"
>
<a-icon
type=
"user"
/>
用户管理
...
...
@@ -24,7 +24,7 @@
<a-icon
type=
"deployment-unit"
/>
维度管理
</span>
</a-tab-pane>
</a-tab-pane>
-->
<a-tab-pane
key=
"/system/parameter"
>
<span
slot=
"tab"
>
<a-icon
type=
"container"
/>
...
...
base-manager-ui/admin/src/router/config.js
View file @
9dc02b80
...
...
@@ -306,7 +306,7 @@ const options = {
meta
:
{
icon
:
"
global
"
,
},
redirect
:
"
system/
us
er
"
,
redirect
:
"
system/
paramet
er
"
,
children
:
[
{
path
:
"
user
"
,
...
...
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