Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
legobackend
/
lego-manage-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
dcafd8e1
authored
2025-05-05 17:49:58 +0800
by
chentao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
b2b13269
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
src/lang/package/zh-cn.js
src/views/legao/upgradation/index.vue
src/lang/package/zh-cn.js
View file @
dcafd8e
...
...
@@ -134,7 +134,7 @@ export default {
cateName
:
'分类'
,
procedureName
:
'程序'
,
versionName
:
'版本'
,
force
Name
:
'强制升级'
,
constrain
Name
:
'强制升级'
,
releaseTimeName
:
'发布日期'
,
releaseStatusName
:
'发布状态'
,
addContrTipsName
:
'新增功能描述'
,
...
...
@@ -150,7 +150,7 @@ export default {
dialogFile
:
'升级包文件'
,
dialogType
:
'升级包类型'
,
dialogStatus
:
'升级包'
,
dialog
Force
:
'强制升级'
,
dialog
Constrain
:
'强制升级'
,
dialogVersion
:
'版本号'
,
dialogDest
:
'新增功能描述'
,
dialogConfim
:
'确认'
,
...
...
src/views/legao/upgradation/index.vue
View file @
dcafd8e
...
...
@@ -77,11 +77,11 @@
></dict-tag>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('upgradation.
forceName')"
prop=
"force
"
>
<el-table-column
:label=
"$t('upgradation.
constrainName')"
prop=
"constrain
"
>
<
template
#
default=
"{ row }"
>
<dict-tag
:options=
"
force
"
:value=
"row.
force
"
:options=
"
constrain
"
:value=
"row.
constrain
"
></dict-tag>
</
template
>
</el-table-column>
...
...
@@ -163,15 +163,15 @@
/>
</el-select>
</el-form-item>
<el-form-item
:label=
"$t('upgradation.dialog
Force
')"
>
<el-form-item
:label=
"$t('upgradation.dialog
Constrain
')"
>
<el-select
v-model=
"showForm.form.
force
"
v-model=
"showForm.form.
constrain
"
placeholder=
"Select"
closeabled
style=
"width: 240px;"
>
<el-option
v-for=
"item in
force
_status"
v-for=
"item in
constrain
_status"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment