Skip to content

Commit

Permalink
update 作业列表默认不自动展开
Browse files Browse the repository at this point in the history
  • Loading branch information
dr34m-cn committed Aug 13, 2024
1 parent 1bace41 commit 32530d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/page/home/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="top-box-title">作业管理</div>
<el-button :loading="loading" type="primary" icon="el-icon-refresh" circle @click="getJobList"></el-button>
</div>
<el-table :data="jobData.dataList" :default-expand-all="true" class="table-data" height="calc(100% - 117px)" v-loading="loading">
<el-table :data="jobData.dataList" class="table-data" height="calc(100% - 117px)" v-loading="loading">
<el-table-column type="expand">
<template slot-scope="props">
<div class="form-box">
Expand Down

0 comments on commit 32530d3

Please sign in to comment.