信息概览

This commit is contained in:
NiSen
2024-01-25 13:20:07 +08:00
parent 8619646405
commit aec5834061

View File

@@ -17,7 +17,7 @@
</div> </div>
<div class="btn"> <div class="btn">
<el-button type="primary" @click="dialogTableVisible = true">全岗位路径图</el-button> <el-button type="primary" @click="dialogTableVisible = true">全岗位路径图</el-button>
<el-button type="primary" style="margin-left: 0;margin-top: 30px;">未完成</el-button> <el-button type="primary" @click="drawer = true" style="margin-left: 0;margin-top: 30px;">信息概览</el-button>
</div> </div>
<div class="detailContent"> <div class="detailContent">
<div class="detailbgc"> <div class="detailbgc">
@@ -164,6 +164,17 @@
</el-table> </el-table>
</el-dialog> </el-dialog>
<el-drawer title="信息概况" :visible.sync="drawer" size="40%">
<div style="padding:0 40px;">
<el-card class="box-card">
<el-tabs v-model="activeName" @tab-click="handleClick">
<el-tab-pane label="公告" name="first">用户管理</el-tab-pane>
<el-tab-pane label="共享文档" name="second">配置管理</el-tab-pane>
</el-tabs>
</el-card>
</div>
</el-drawer>
</div> </div>
</template> </template>
@@ -275,12 +286,17 @@ export default {
FAEStatusL: 0, FAEStatusL: 0,
salesManagement: 1 salesManagement: 1
}], }],
drawer: false,
activeName: 'first'
}; };
}, },
mounted() { mounted() {
}, },
methods: { methods: {
handleClick(tab, event) {
console.log(tab, event);
},
objectSpanMethod({ row, column, rowIndex, columnIndex }) { objectSpanMethod({ row, column, rowIndex, columnIndex }) {
if (columnIndex !== 0) { if (columnIndex !== 0) {
if (rowIndex <= 1) { return false } if (rowIndex <= 1) { return false }