前端添加用户信息界面

This commit is contained in:
橙子
2021-10-18 18:46:11 +08:00
parent 3e0e9a5640
commit ef10c34571
17 changed files with 793 additions and 62 deletions

View File

@@ -1,5 +1,4 @@
<template>
<v-card>
<v-data-table
:headers="headers"
:items="desserts"
@@ -113,7 +112,6 @@
<v-btn color="primary" @click="initialize"> 刷新 </v-btn>
</template>
</v-data-table>
</v-card>
</template>
<script>
import itemApi from "./TableApi.js";

View File

@@ -1,7 +1,7 @@
<template>
<div>
<app-btn dark class="ma-2" @click="dialog = true"> 添加新项 </app-btn>
<app-btn dark class="ma-2" color="secondary" @click="deleteItem(null)">
<app-btn dark class="ma-4" @click="dialog = true"> 添加新项 </app-btn>
<app-btn dark class="ma-4" color="secondary" @click="deleteItem(null)">
删除所选
</app-btn>