diff --git a/src/components/BreadCrumb.vue b/src/components/BreadCrumb.vue index 20a9c8db..7bca2e4d 100644 --- a/src/components/BreadCrumb.vue +++ b/src/components/BreadCrumb.vue @@ -70,7 +70,7 @@ export default { href: "/leveladd", }, { - name: "管理", + name: "关卡", }, ]; } diff --git a/src/views/learningpath/LearningPath.vue b/src/views/learningpath/LearningPath.vue index b5482a93..f4bb0fb0 100644 --- a/src/views/learningpath/LearningPath.vue +++ b/src/views/learningpath/LearningPath.vue @@ -1087,19 +1087,19 @@ export default { const tableDataFunc = () => { const columns = [ - { - title: "序号", - dataIndex: "number", - key: "number", - width: 100, - align: "center", - className: "h", - }, + // { + // title: "序号", + // dataIndex: "number", + // key: "number", + // width: 100, + // align: "center", + // className: "h", + // }, { title: "路径图名称", dataIndex: "manager", key: "manager", - width: 100, + width: "20%", align: "center", ellipsis: true, className: "h", @@ -1107,18 +1107,18 @@ export default { { title: "状态", dataIndex: "state", - // width: "30%", + width: "10%", key: "state", - width: 100, + //width: 100, align: "center", className: "h", }, { title: "创建人", dataIndex: "creater", - // width: "30%", + width: "10%", key: "creater", - width: 100, + // width: 100, align: "center", className: "h", }, @@ -1126,7 +1126,7 @@ export default { title: "发布时间", dataIndex: "pubtime", key: "pubtime", - width: 180, + width: "15%", align: "center", className: "h", }, @@ -1134,7 +1134,7 @@ export default { title: "创建时间", dataIndex: "cretime", key: "cretime", - width: 180, + width: "15%", align: "center", className: "h", }, @@ -1143,7 +1143,7 @@ export default { className: "h", dataIndex: "opacation", key: "opacation", - width: 200, + width:"20%", align: "center", fixed: "right", scopedSlots: { customRender: "action" }, //引入的插槽 diff --git a/src/views/learningpath/LevelAdd.vue b/src/views/learningpath/LevelAdd.vue index 0408fd13..9e28d439 100644 --- a/src/views/learningpath/LevelAdd.vue +++ b/src/views/learningpath/LevelAdd.vue @@ -10,72 +10,23 @@
-
-
-