| | |
| | | :confirm-working="isWorking" |
| | | @confirm="confirm" |
| | | > |
| | | <el-form :model="form" ref="form" label-width="130px" label-suffix=":" :rules="rules" inline> |
| | | <el-form :model="form" ref="form" label-width="130px" label-suffix=":" :rules="rules" > |
| | | <el-form-item label="活动标题" prop="name"> |
| | | <el-input v-model="form.name" placeholder="请输入活动标题" v-trim/> |
| | | </el-form-item> |
| | |
| | | } |
| | | } |
| | | return { |
| | | |
| | | |
| | | type: '0', |
| | | isUploading: false, |
| | | searchLoading: false, |
| | |
| | | this.orgs = [] |
| | | this.applyTime = [] |
| | | this.activityTime = [] |
| | | |
| | | |
| | | // 新建 |
| | | if (target == null) { |
| | | this.$nextTick(() => { |
| | |
| | | this.form.imgurl = file.imgurl; |
| | | this.form.imgurlfull = file.imgurlfull; |
| | | }, |
| | | |
| | | |
| | | selectApplyTime(v) { |
| | | if (!v) { |
| | | this.form.signStarttime = '' |
| | |
| | | } else { |
| | | this.shops = res.records |
| | | } |
| | | |
| | | |
| | | }) |
| | | .finally(() => { |
| | | this.searchLoading = false |