98e3431f by yzj

课程添加排序字段

1 parent ec18517f
......@@ -83,6 +83,7 @@ export default {
buildName: '搭建',
caseName: '有无案例',
packName: '是否打包',
tableSortName: '排序',
tableControlsName: '操作',
controlsDelName: '删除',
controlsEditName: '编辑',
......
......@@ -105,6 +105,9 @@
/>
</el-select>
</el-form-item>
<el-form-item :label="$t('course.tableSortName')" label-width="80">
<el-input-number v-model="showForm.form.sort" controls-position="right" :min="0" />
</el-form-item>
<el-form-item :label="$t('course.dialogTypes')" prop="type" label-width="80">
<el-checkbox-group v-model="showForm.form.type">
<div style="display: flex;align-items: center;">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!