This commit is contained in:
wangxiaoxian 2026-03-02 21:49:18 +08:00
parent cf9305fd93
commit 47a54d5526
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<el-card> <el-card>
<template slot="header"> <template slot="header">
<div class="card-header"> <div class="card-header">
<span>房间列表</span> <span>房间管理</span>
<el-button type="primary" @click="handleAdd">添加房间</el-button> <el-button type="primary" @click="handleAdd">添加房间</el-button>
</div> </div>
</template> </template>