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
811c044c
authored
2024-10-17 20:02:47 +0800
by
chentao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改积木名称为系列
1 parent
04fe4e29
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
src/lang/package/zh-cn.js
src/views/legao/block/index.vue
src/lang/package/zh-cn.js
View file @
811c044
...
...
@@ -54,19 +54,19 @@ export default {
},
// 积木
block
:
{
title
:
'
积木
管理'
,
title
:
'
系列
管理'
,
indexName
:
'序号'
,
blockName
:
'
积木
名称'
,
blockName
:
'
系列
名称'
,
groupName
:
'套件'
,
tableControlsName
:
'操作'
,
controlsDelName
:
'删除'
,
controlsEditName
:
'编辑'
,
controlsAddName
:
'新增积木'
,
placeholder
:
'
积木
名称搜索'
,
placeholder
:
'
系列
名称搜索'
,
// 新增
dialogTitleAdd
:
'新增'
,
dialogTitleEdit
:
'修改'
,
dialogName
:
'
积木
名称'
,
dialogName
:
'
系列
名称'
,
dialogGroup
:
'套件'
,
dialogPhoto
:
'图片'
,
dialogConfim
:
'确认'
,
...
...
@@ -77,7 +77,7 @@ export default {
title
:
'课程管理'
,
indexName
:
'序号'
,
courseName
:
'课程名称'
,
blockName
:
'
积木
名称'
,
blockName
:
'
系列
名称'
,
buildName
:
'搭建'
,
caseName
:
'有无案例'
,
tableControlsName
:
'操作'
,
...
...
src/views/legao/block/index.vue
View file @
811c044
...
...
@@ -193,7 +193,7 @@ function btn_add () {
}
function
handleDel
(
row
)
{
proxy
.
$modal
.
confirm
(
`是否删除
积木
名称:
${
row
.
name
}
的数据`
).
then
(()
=>
{
proxy
.
$modal
.
confirm
(
`是否删除
系列
名称:
${
row
.
name
}
的数据`
).
then
(()
=>
{
return
delBuildingBlock
(
row
.
id
);
}).
then
(()
=>
{
getList
();
...
...
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