feat:新增创建关卡页面

This commit is contained in:
songwc
2022-10-09 16:46:25 +08:00
parent 5619b58be4
commit 1215a40cdd
8 changed files with 578 additions and 1 deletions

View File

@@ -71,6 +71,7 @@
:data-source="tableData"
:loading="tableDataTotal === -1 ? true : false"
expandRowByClick="true"
:scroll="{ x: 1600, y: 800 }"
@expand="expandTable"
:pagination="
tableDataTotal > 10
@@ -319,7 +320,10 @@ export default {
发布
</span>
<span style={{ "margin-left": "25px" }}>编辑</span>
<span style={{ "margin-left": "25px" }}>关卡</span>
<router-link to="/leveladd">
<span style={{ "margin-left": "25px" }}>关卡</span>
</router-link>
<span style={{ "margin-left": "25px" }} class="more">
<span>授权</span>
<div class="moreArrow"></div>