完成文档列表页面ui,封装部分上传文件的公共组件,封装请求接口
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
/* 封装了状态的点,用于显示状态*/
|
||||
// 状态类型
|
||||
type StatusType = 'success' | 'error' | 'warning' | 'default' | 'processing';
|
||||
|
||||
interface StatusDotProps {
|
||||
|
||||
Reference in New Issue
Block a user