de84d1a5 by yzj

是否打包列

1 parent eb0de757
......@@ -82,6 +82,7 @@ export default {
blockName: '系列名称',
buildName: '搭建',
caseName: '有无案例',
packName: '是否打包',
tableControlsName: '操作',
controlsDelName: '删除',
controlsEditName: '编辑',
......
......@@ -44,6 +44,7 @@
<el-table-column :label="$t('course.blockName')" prop="buildingBlockName" />
<el-table-column :label="$t('course.buildName')" prop="type" />
<el-table-column :label="$t('course.caseName')" prop="caseName" />
<el-table-column :label="$t('course.packName')" prop="packId" />
<el-table-column :label="$t('course.tableControlsName')" class-name="small-padding fixed-width">
<template #default="{ row }">
<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!