1
0
mirror of https://github.com/fumiama/paper-manager.git synced 2026-06-11 19:50:24 +08:00

add Form Table Upload to components

This commit is contained in:
源文雨
2023-03-15 11:15:06 +08:00
parent 0845a95eb8
commit 1dfebb09e2
80 changed files with 9628 additions and 2 deletions

View File

@@ -6,7 +6,6 @@ export const cardList = (() => {
title: 'Vben Admin',
description: '基于Vue Next, TypeScript, Ant Design Vue实现的一套完整的企业级后台管理系统',
datetime: '2020-11-26 17:39',
extra: '编辑',
icon: 'logos:vue',
color: '#1890ff',
author: 'Vben',

View File

@@ -27,7 +27,7 @@
</template>
<template #title>
<span>{{ item.title }}</span>
<div class="extra" v-if="item.extra">
<div class="extra">
<a-button ghost color="success"> 成功 </a-button>
&nbsp;&nbsp;
<a-button ghost color="warning"> 警告 </a-button>