兰宝车间质量管理系统-前端
疯狂的狮子Li
2025-01-13 e0eed9c89aebd5a7c4f8b0cd302875d62eb0f40e
src/utils/propTypes.ts
@@ -3,6 +3,7 @@
type PropTypes = VueTypesInterface & {
  readonly style: VueTypeValidableDef<CSSProperties>;
  readonly fieldOption: VueTypeValidableDef<Array<FieldOption>>;
};
const propTypes = createTypes({
@@ -19,8 +20,7 @@
    return toValidableType('style', {
      type: [String, Object],
      default: undefined
    })
    });
  }
}
export { propTypes };