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:
@@ -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',
|
||||
|
||||
@@ -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>
|
||||
|
||||
<a-button ghost color="warning"> 警告 </a-button>
|
||||
|
||||
Reference in New Issue
Block a user