5526082b by chentao

修改积木为系列

1 parent 811c044c
...@@ -52,7 +52,7 @@ export default { ...@@ -52,7 +52,7 @@ export default {
52 dialogConfim: '确认', 52 dialogConfim: '确认',
53 dialogExit: '退出', 53 dialogExit: '退出',
54 }, 54 },
55 // 积木 55 // 系列
56 block: { 56 block: {
57 title: '系列管理', 57 title: '系列管理',
58 indexName: '序号', 58 indexName: '序号',
...@@ -61,7 +61,7 @@ export default { ...@@ -61,7 +61,7 @@ export default {
61 tableControlsName: '操作', 61 tableControlsName: '操作',
62 controlsDelName: '删除', 62 controlsDelName: '删除',
63 controlsEditName: '编辑', 63 controlsEditName: '编辑',
64 controlsAddName: '新增积木', 64 controlsAddName: '新增系列',
65 placeholder: '系列名称搜索', 65 placeholder: '系列名称搜索',
66 // 新增 66 // 新增
67 dialogTitleAdd: '新增', 67 dialogTitleAdd: '新增',
...@@ -89,7 +89,7 @@ export default { ...@@ -89,7 +89,7 @@ export default {
89 dialogTitleAdd: '新增', 89 dialogTitleAdd: '新增',
90 dialogTitleEdit: '修改', 90 dialogTitleEdit: '修改',
91 dialogName: '课程名称', 91 dialogName: '课程名称',
92 dialogBlock: '积木', 92 dialogBlock: '系列',
93 dialogTypes: '搭建类型', 93 dialogTypes: '搭建类型',
94 dialogTwoD: '2D', 94 dialogTwoD: '2D',
95 dialogThreeD: '3D', 95 dialogThreeD: '3D',
......
...@@ -224,7 +224,7 @@ function getList () { ...@@ -224,7 +224,7 @@ function getList () {
224 }) 224 })
225 } 225 }
226 226
227 // 积木 227 // 系列
228 function getBlockLists () { 228 function getBlockLists () {
229 getBuildingBlockLists().then((res) => { 229 getBuildingBlockLists().then((res) => {
230 blockLists.value = res.data 230 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!