import Utils from "~/utils" /** * Elcsnd Check规则 */ export default { data() { return { rules: { "credat": null, "utlcredat": null, } } } }