|
@@ -3,7 +3,7 @@
|
|
<div class="course-table-header">
|
|
<div class="course-table-header">
|
|
<BasePdSelect @pd-change="filterByPeriod"></BasePdSelect>
|
|
<BasePdSelect @pd-change="filterByPeriod"></BasePdSelect>
|
|
<div class="action-btn-wrap">
|
|
<div class="action-btn-wrap">
|
|
- <span v-if="$access.can('admin.*|course-upd')" @click="showImportCus()" class="action-btn">
|
|
|
|
|
|
+ <span v-if="$access.can('admin.*|course-upd')" @click="showImportCus()" class="action-btn" style="color:#808080;cursor: not-allowed;">
|
|
<Icon custom="iconfont icon-upload" size="16" />
|
|
<Icon custom="iconfont icon-upload" size="16" />
|
|
<span>{{$t('cusMgt.importLabel')}}</span>
|
|
<span>{{$t('cusMgt.importLabel')}}</span>
|
|
</span>
|
|
</span>
|
|
@@ -251,7 +251,7 @@ export default {
|
|
showImportCus() {
|
|
showImportCus() {
|
|
// this.importCusStatus = true
|
|
// this.importCusStatus = true
|
|
// this.moreClass = false
|
|
// this.moreClass = false
|
|
- this.$Message.warning('功能正在开发中')
|
|
|
|
|
|
+ this.$Message.warning(this.$t('system.development'))
|
|
},
|
|
},
|
|
//确认导入课程
|
|
//确认导入课程
|
|
importCus() {
|
|
importCus() {
|