mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 23:36:46 +08:00
修改
This commit is contained in:
@@ -152,7 +152,7 @@
|
||||
<a-pagination show-quick-jumper :pageSize="searchData.pageSize" :current="searchData.pageIndex" :total="state.total"
|
||||
class="pagination" @change="handelChangePage" show-size-changer />
|
||||
</div>
|
||||
<InitiateRecommend v-model:visible="newNext" :title="添加案例"></InitiateRecommend>
|
||||
<RecommendedCourse v-model:visible="newNext" :title="推荐课程"></RecommendedCourse>
|
||||
<SeeModal
|
||||
:visible="lookCourseModal"
|
||||
:detail="faceDetailObj"
|
||||
@@ -172,7 +172,7 @@ import {
|
||||
rePushOrWithdraw,
|
||||
} from "@/api/case";
|
||||
import dialog from "@/utils/dialog";
|
||||
import InitiateRecommend from "@/components/drawers/InitiateRecommend.vue";
|
||||
import RecommendedCourse from "@/components/drawers/RecommendedCourse.vue";
|
||||
import { checkMenu } from "@/utils/utils";
|
||||
import SeeModal from "@/components/courserecommended/CourseRecommended.vue";
|
||||
const column = [
|
||||
|
||||
Reference in New Issue
Block a user