mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-16 14:26:43 +08:00
信息概览
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
</div>
|
||||
<div class="btn">
|
||||
<el-button type="primary" @click="dialogTableVisible = true">全岗位路径图</el-button>
|
||||
<el-button type="primary" @click="drawer = true" style="margin-left: 0;margin-top: 30px;">信息概览</el-button>
|
||||
<el-button type="primary" style="margin-left: 0;margin-top: 30px;">信息概览</el-button>
|
||||
</div>
|
||||
<div class="detailContent">
|
||||
<div :class="dataList.length <= 7 ? 'detailbgc' : 'detailAllbgc'">
|
||||
@@ -197,7 +197,7 @@
|
||||
</el-table>
|
||||
|
||||
</el-dialog>
|
||||
<el-drawer title="信息概况" :visible.sync="drawer" size="40%">
|
||||
<el-drawer title="信息概况" :visible="drawer" size="40%">
|
||||
<div style="padding:0 40px;">
|
||||
<el-card class="box-card">
|
||||
<el-tabs v-model="activeName" @tab-click="handleClick">
|
||||
|
||||
Reference in New Issue
Block a user