移除问题列表组件中的无数据提示按钮,简化用户界面
This commit is contained in:
parent
2e0f22a939
commit
02f2c73eee
@ -90,11 +90,6 @@
|
||||
mdi-delete
|
||||
</v-icon>
|
||||
</template>
|
||||
<template v-slot:no-data>
|
||||
<v-btn color="primary" @click="initialize">
|
||||
Reset
|
||||
</v-btn>
|
||||
</template>
|
||||
</v-data-table>
|
||||
<v-dialog v-model="dialogShow" width="auto">
|
||||
<v-card max-width="400" prepend-icon="mdi-update" :text="dialogText" :title="dialogTitle">
|
||||
|
Loading…
Reference in New Issue
Block a user