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
9baf0281
authored
2025-06-30 17:08:07 +0800
by
chentao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
增加系列排序
1 parent
48496125
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
src/lang/package/zh-cn.js
src/views/legao/block/index.vue
src/lang/package/zh-cn.js
View file @
9baf028
...
...
@@ -69,6 +69,7 @@ export default {
dialogTitleAdd
:
'新增'
,
dialogTitleEdit
:
'修改'
,
dialogName
:
'系列名称'
,
tableSortName
:
'排序'
,
dialogGroup
:
'套件'
,
dialogPhoto
:
'图片'
,
dialogConfim
:
'确认'
,
...
...
src/views/legao/block/index.vue
View file @
9baf028
...
...
@@ -81,6 +81,9 @@
style=
"width: 180px;"
/>
</el-form-item>
<el-form-item
:label=
"$t('block.tableSortName')"
label-width=
"80"
>
<el-input-number
v-model=
"showForm.form.sort"
controls-position=
"right"
:min=
"0"
/>
</el-form-item>
<el-form-item
:label=
"$t('block.dialogPhoto')"
prop=
"ossId"
label-width=
"80"
>
<imageUpload
v-model=
"showForm.form.ossId"
:fileType=
'["png", "jpg", "jpeg", "ico"]'
/>
</el-form-item>
...
...
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