This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
pinganxiaoyuan
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
any
master
suyanyan
4 months ago
parent
2c3ec67f97
commit
4aac84897e
1 changed files
with
2 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
SafeCampus.WEB/src/components/Form/SButton/index.vue
+ 2
- 1
SafeCampus.WEB/src/components/Form/SButton/index.vue
View File
@@ -18,7 +18,8 @@ import { FormOptEnum } from "@/enums";
//接口
//接口
interface Props {
interface Props {
/** 操作 */
/** 操作 */
opt?: FormOptEnum;
// opt?: FormOptEnum;
opt?: any;
/** 前缀 */
/** 前缀 */
prefix?: string;
prefix?: string;
/** 标题 */
/** 标题 */
Write
Preview
Loading…
Cancel
Save