no message
This commit is contained in:
parent
29f29e65b8
commit
968393aff6
@ -5,7 +5,7 @@
|
||||
<el-tab-pane v-for="item in tabs" :key="item.value" :label="item.label"> </el-tab-pane>
|
||||
</el-tabs>
|
||||
</el-header>
|
||||
<el-header>
|
||||
<el-header v-if="operation.plus || operation.batchdeletion || operation.search">
|
||||
<div class="left-panel">
|
||||
<el-button v-if="operation.plus" type="primary" icon="el-icon-plus" @click="add"></el-button>
|
||||
<el-button v-if="operation.batchdeletion" type="danger" plain icon="el-icon-delete"></el-button>
|
||||
@ -32,7 +32,6 @@
|
||||
</el-button-group>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
</scTable>
|
||||
</el-main>
|
||||
</el-container>
|
||||
|
Loading…
Reference in New Issue
Block a user