Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saas-manage
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chehuidong
saas-manage
Commits
afaf5631
Commit
afaf5631
authored
Aug 21, 2024
by
hanxuehong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 模拟数据的删除
parent
ea800999
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
src/views/home/navMenu.vue
+1
-1
src/views/production/AssistantManage.vue
+1
-4
No files found.
src/views/home/navMenu.vue
View file @
afaf5631
...
@@ -294,7 +294,7 @@ export default {
...
@@ -294,7 +294,7 @@ export default {
id
:
7
,
id
:
7
,
path
:
''
,
path
:
''
,
label
:
'应用版本管理'
,
label
:
'应用版本管理'
,
icon
:
'el-icon-
menu
'
,
icon
:
'el-icon-
suitcase-1
'
,
index
:
'/saas/production/assistant/manage'
,
index
:
'/saas/production/assistant/manage'
,
children
:
[]
children
:
[]
},
},
...
...
src/views/production/AssistantManage.vue
View file @
afaf5631
...
@@ -117,10 +117,7 @@ export default {
...
@@ -117,10 +117,7 @@ export default {
data
()
{
data
()
{
return
{
return
{
loading
:
false
,
loading
:
false
,
sourceData
:
[
sourceData
:
[],
{
id
:
1
,
version
:
'1.1.2'
,
title
:
'更新字段1'
,
content
:
'内容'
,
forcedUpdate
:
0
,
businessType
:
'production_assistant'
,
fileList
:
[]
},
{
id
:
2
,
version
:
'1.1.2'
,
title
:
'更新字段2'
,
content
:
'内容'
,
forcedUpdate
:
1
,
businessType
:
'production_assistant'
,
fileList
:
[]
}
],
dialogVisible
:
false
,
dialogVisible
:
false
,
editForm
:
{
editForm
:
{
version
:
''
,
version
:
''
,
...
...
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