de84d1a5 by yzj

是否打包列

1 parent eb0de757
...@@ -82,6 +82,7 @@ export default { ...@@ -82,6 +82,7 @@ export default {
82 blockName: '系列名称', 82 blockName: '系列名称',
83 buildName: '搭建', 83 buildName: '搭建',
84 caseName: '有无案例', 84 caseName: '有无案例',
85 packName: '是否打包',
85 tableControlsName: '操作', 86 tableControlsName: '操作',
86 controlsDelName: '删除', 87 controlsDelName: '删除',
87 controlsEditName: '编辑', 88 controlsEditName: '编辑',
......
...@@ -44,6 +44,7 @@ ...@@ -44,6 +44,7 @@
44 <el-table-column :label="$t('course.blockName')" prop="buildingBlockName" /> 44 <el-table-column :label="$t('course.blockName')" prop="buildingBlockName" />
45 <el-table-column :label="$t('course.buildName')" prop="type" /> 45 <el-table-column :label="$t('course.buildName')" prop="type" />
46 <el-table-column :label="$t('course.caseName')" prop="caseName" /> 46 <el-table-column :label="$t('course.caseName')" prop="caseName" />
47 <el-table-column :label="$t('course.packName')" prop="packId" />
47 <el-table-column :label="$t('course.tableControlsName')" class-name="small-padding fixed-width"> 48 <el-table-column :label="$t('course.tableControlsName')" class-name="small-padding fixed-width">
48 <template #default="{ row }"> 49 <template #default="{ row }">
49 <el-button 50 <el-button
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!