Browse Source

any

master
suyanyan 2 months ago
parent
commit
4aac84897e
1 changed files with 2 additions and 1 deletions
  1. +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;
/** 标题 */ /** 标题 */


Loading…
Cancel
Save