mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 10:56:46 +08:00
修改
This commit is contained in:
@@ -247,7 +247,7 @@ getList()
|
||||
dataIndex: "recommendBy",
|
||||
key: "recommendBy",
|
||||
width: "35%",
|
||||
align: "left",
|
||||
align: "center",
|
||||
ellipsis: true,
|
||||
className: "h",
|
||||
customRender: ({ text }) => {
|
||||
@@ -259,7 +259,7 @@ getList()
|
||||
dataIndex: "listPageName",
|
||||
key: "listPageName",
|
||||
width: "15%",
|
||||
align: "left",
|
||||
align: "center",
|
||||
className: "h",
|
||||
customRender: ({ text }) => {
|
||||
return text ? text : "-";
|
||||
@@ -270,7 +270,7 @@ getList()
|
||||
dataIndex: "recommendTime",
|
||||
key: "recommendTime",
|
||||
width: "15%",
|
||||
align: "left",
|
||||
align: "center",
|
||||
className: "h",
|
||||
customRender: ({ text }) => {
|
||||
return text ? text : "-";
|
||||
@@ -281,7 +281,7 @@ getList()
|
||||
dataIndex: "courseCount",
|
||||
key: "courseCount",
|
||||
width: "15%",
|
||||
align: "left",
|
||||
align: "center",
|
||||
className: "h",
|
||||
customRender: ({ text }) => {
|
||||
return text ? text : "-";
|
||||
@@ -292,7 +292,7 @@ getList()
|
||||
width: "10%",
|
||||
dataIndex: "operation",
|
||||
key: "operation",
|
||||
align: "left",
|
||||
align: "center",
|
||||
slots: { customRender: "operation" },
|
||||
},
|
||||
|
||||
@@ -463,12 +463,12 @@ getList()
|
||||
margin-bottom: 32px;
|
||||
margin-top: 17px;
|
||||
}
|
||||
.ant-input{
|
||||
.inp>.ant-input{
|
||||
width: 130px;
|
||||
height: 40px;
|
||||
margin-right: 18px;
|
||||
}
|
||||
.ant-btn-primary{
|
||||
.inp>.ant-btn-primary{
|
||||
width: 90px;
|
||||
height: 40px;
|
||||
border-radius: 5px;
|
||||
|
||||
@@ -419,12 +419,12 @@ getList()
|
||||
margin-bottom: 32px;
|
||||
margin-top: 17px;
|
||||
}
|
||||
.ant-input{
|
||||
.inp>.ant-input{
|
||||
width: 130px;
|
||||
height: 40px;
|
||||
margin-right: 18px;
|
||||
}
|
||||
.ant-btn-primary{
|
||||
.inp>.ant-btn-primary{
|
||||
width: 90px;
|
||||
height: 40px;
|
||||
border-radius: 5px;
|
||||
|
||||
@@ -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