| | |
| | | v-trim |
| | | /> |
| | | </el-form-item> |
| | | <el-form-item label="通知对象" prop="notifyObject"> |
| | | <!-- <el-form-item label="通知对象" prop="notifyObject"> |
| | | <el-radio-group v-model="form.notifyObject"> |
| | | <el-radio label="0">用户</el-radio> |
| | | <el-radio label="1">商家</el-radio> |
| | | </el-radio-group> |
| | | </el-form-item> |
| | | </el-form-item>--> |
| | | </el-form> |
| | | </GlobalAlertWindow> |
| | | </template> |
| | |
| | | components: { GlobalAlertWindow }, |
| | | data () { |
| | | let rule = (rule, value, callBack) => { |
| | | debugger |
| | | console.log(rule, value); |
| | | callBack() |
| | | } |
| | |
| | | // 表单数据 |
| | | form: { |
| | | id: null, |
| | | |
| | | title: '', |
| | | content: '', |
| | | notifyObject: '0', |