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
031a9060
Commit
031a9060
authored
Aug 29, 2024
by
zhuzhequan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
版本更新
parent
318c5abe
Hide 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 @
031a9060
...
...
@@ -85,7 +85,6 @@
<el-upload
action
:http-request=
"handleCustom"
:limit=
"1"
:multiple=
"false"
:on-change=
"handleChange"
:on-remove=
"handleRemove"
...
...
@@ -192,29 +191,38 @@ export default {
tableColumns
()
{
return
[
{
label
:
'版本号'
,
key
:
'version'
,
width
:
'100'
},
{
label
:
'更新标题'
,
key
:
'title'
,
width
:
''
},
{
label
:
'版本号'
,
key
:
'version'
,
width
:
'80'
},
{
label
:
'更新内容'
,
key
:
'content'
,
width
:
''
},
{
label
:
'
是否强制更新'
,
label
:
'是否强制更新'
,
key
:
'forcedUpdate'
,
width
:
'1
0
0'
,
width
:
'1
4
0'
,
render
:
item
=>
{
return
item
.
forcedUpdate
===
1
?
'是'
:
'否'
}
},
{
label
:
'是否全量更新'
,
key
:
'forcedUpdate'
,
width
:
'140'
,
render
:
item
=>
{
return
item
.
fullUpdate
===
1
?
'是'
:
'否'
}
},
{
label
:
'应用软件名称'
,
key
:
'businessType'
,
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