|
|
|
|
@ -1,7 +1,11 @@
|
|
|
|
|
<template>
|
|
|
|
|
<!-- 主卡片容器 -->
|
|
|
|
|
<el-card class="main-card">
|
|
|
|
|
<!-- 页面标题,使用当前路由名称 -->
|
|
|
|
|
<div class="title">{{ this.$route.name }}</div>
|
|
|
|
|
<!-- 操作按钮区域 -->
|
|
|
|
|
<div class="operation-container">
|
|
|
|
|
<!-- 新增相册按钮,点击打开新增相册对话框 -->
|
|
|
|
|
<el-button type="primary" size="small" icon="el-icon-plus" @click="openModel(null)"> 新建相册 </el-button>
|
|
|
|
|
<div style="margin-left: auto">
|
|
|
|
|
<el-button type="text" size="small" icon="el-icon-delete" style="margin-right: 1rem" @click="checkDelete">
|
|
|
|
|
|