|
@@ -109,7 +109,7 @@
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</save-form>
|
|
</save-form>
|
|
<div class="btnWraps" style="margin-bottom:20px;">
|
|
<div class="btnWraps" style="margin-bottom:20px;">
|
|
- <el-button type="primary" @click="transCourse">课程转换</el-button>
|
|
|
|
|
|
+ <el-button type="primary" v-if="permission('courseScheduleConvert/action')" @click="transCourse">课程转换</el-button>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div style="font-size: 14px; padding-bottom: 10px">
|
|
<div style="font-size: 14px; padding-bottom: 10px">
|