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
98b67a72
Commit
98b67a72
authored
Aug 29, 2024
by
zhuzhequan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into 'master'
版本更新 See merge request
!37
parents
3b6bbbac
031a9060
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
8 deletions
+16
-8
src/views/production/AssistantManage.vue
+16
-8
No files found.
src/views/production/AssistantManage.vue
View file @
98b67a72
...
@@ -85,7 +85,6 @@
...
@@ -85,7 +85,6 @@
<el-upload
<el-upload
action
action
:http-request=
"handleCustom"
:http-request=
"handleCustom"
:limit=
"1"
:multiple=
"false"
:multiple=
"false"
:on-change=
"handleChange"
:on-change=
"handleChange"
:on-remove=
"handleRemove"
:on-remove=
"handleRemove"
...
@@ -192,29 +191,38 @@ export default {
...
@@ -192,29 +191,38 @@ export default {
tableColumns
()
{
tableColumns
()
{
return
[
return
[
{
{
label
:
'版本号'
,
key
:
'version'
,
width
:
'100'
},
{
label
:
'更新标题'
,
label
:
'更新标题'
,
key
:
'title'
,
key
:
'title'
,
width
:
''
width
:
''
},
},
{
label
:
'版本号'
,
key
:
'version'
,
width
:
'80'
},
{
{
label
:
'更新内容'
,
label
:
'更新内容'
,
key
:
'content'
,
key
:
'content'
,
width
:
''
width
:
''
},
},
{
{
label
:
'
是否强制更新'
,
label
:
'是否强制更新'
,
key
:
'forcedUpdate'
,
key
:
'forcedUpdate'
,
width
:
'1
0
0'
,
width
:
'1
4
0'
,
render
:
item
=>
{
render
:
item
=>
{
return
item
.
forcedUpdate
===
1
?
'是'
:
'否'
return
item
.
forcedUpdate
===
1
?
'是'
:
'否'
}
}
},
},
{
{
label
:
'是否全量更新'
,
key
:
'forcedUpdate'
,
width
:
'140'
,
render
:
item
=>
{
return
item
.
fullUpdate
===
1
?
'是'
:
'否'
}
},
{
label
:
'应用软件名称'
,
label
:
'应用软件名称'
,
key
:
'businessType'
,
key
:
'businessType'
,
width
:
'100'
,
width
:
'100'
,
...
...
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