feat(manage): 新增笔记和标签管理功能
- 新增笔记管理相关 API 接口和页面组件 - 新增标签管理相关 API 接口和页面组件- 修改文章管理相关 API 接口,改为景点管理 - 更新相关类型定义
This commit is contained in:
@@ -54,12 +54,12 @@
|
||||
<dict-tag :options="sys_user_sex" :value="scope.row.sex" />
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="头像" align="center" prop="">
|
||||
<el-table-column label="头像" align="center" prop="avatar">
|
||||
<template #default="scope">
|
||||
<img src="" width="30" height="30" lt="" />
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="背景图" align="center" prop="">
|
||||
<el-table-column label="背景图" align="center" prop="image">
|
||||
<template #default="scope">
|
||||
<img src="" width="30" height="30" lt="" />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user