define({ name: "shopEsign", template: `
关闭 开启
`, data(){ return { } }, style: ``, methods:{ validate(){ return { use_contract:this.form.use_contract } } }, props: { form: { // type: Object, default() { return {} } } } })