5526082b by chentao

修改积木为系列

1 parent 811c044c
......@@ -52,7 +52,7 @@ export default {
dialogConfim: '确认',
dialogExit: '退出',
},
// 积木
// 系列
block: {
title: '系列管理',
indexName: '序号',
......@@ -61,7 +61,7 @@ export default {
tableControlsName: '操作',
controlsDelName: '删除',
controlsEditName: '编辑',
controlsAddName: '新增积木',
controlsAddName: '新增系列',
placeholder: '系列名称搜索',
// 新增
dialogTitleAdd: '新增',
......@@ -89,7 +89,7 @@ export default {
dialogTitleAdd: '新增',
dialogTitleEdit: '修改',
dialogName: '课程名称',
dialogBlock: '积木',
dialogBlock: '系列',
dialogTypes: '搭建类型',
dialogTwoD: '2D',
dialogThreeD: '3D',
......
......@@ -224,7 +224,7 @@ function getList () {
})
}
// 积木
// 系列
function getBlockLists () {
getBuildingBlockLists().then((res) => {
blockLists.value = res.data
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!