98e3431f by yzj

课程添加排序字段

1 parent ec18517f
...@@ -83,6 +83,7 @@ export default { ...@@ -83,6 +83,7 @@ export default {
83 buildName: '搭建', 83 buildName: '搭建',
84 caseName: '有无案例', 84 caseName: '有无案例',
85 packName: '是否打包', 85 packName: '是否打包',
86 tableSortName: '排序',
86 tableControlsName: '操作', 87 tableControlsName: '操作',
87 controlsDelName: '删除', 88 controlsDelName: '删除',
88 controlsEditName: '编辑', 89 controlsEditName: '编辑',
......
...@@ -105,6 +105,9 @@ ...@@ -105,6 +105,9 @@
105 /> 105 />
106 </el-select> 106 </el-select>
107 </el-form-item> 107 </el-form-item>
108 <el-form-item :label="$t('course.tableSortName')" label-width="80">
109 <el-input-number v-model="showForm.form.sort" controls-position="right" :min="0" />
110 </el-form-item>
108 <el-form-item :label="$t('course.dialogTypes')" prop="type" label-width="80"> 111 <el-form-item :label="$t('course.dialogTypes')" prop="type" label-width="80">
109 <el-checkbox-group v-model="showForm.form.type"> 112 <el-checkbox-group v-model="showForm.form.type">
110 <div style="display: flex;align-items: center;"> 113 <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!