信息概览

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 class="btn">
<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 class="detailContent">
<div class="detailbgc">
@@ -164,6 +164,17 @@
</el-table>
</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>
</template>
@@ -275,12 +286,17 @@ export default {
FAEStatusL: 0,
salesManagement: 1
}],
drawer: false,
activeName: 'first'
};
},
mounted() {
},
methods: {
handleClick(tab, event) {
console.log(tab, event);
},
objectSpanMethod({ row, column, rowIndex, columnIndex }) {
if (columnIndex !== 0) {
if (rowIndex <= 1) { return false }