mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-10 03:10:25 +08:00
feat: 前端显示 SQL 文件执行进度
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
export const buildProgressProps = () : any => {
|
||||
return {
|
||||
progress: {
|
||||
sqlFileName: {
|
||||
type: String
|
||||
},
|
||||
executedStatements: {
|
||||
type: Number
|
||||
},
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user