| | |
| | | </el-input> |
| | | </el-form-item> |
| | | </el-cow> |
| | | |
| | | <!-- <el-cow> |
| | | <el-form-item label="会议室代码" prop="meetingID" label-width="90px" |
| | | style="background: #FAD1E0;border-radius: 7px 7px 7px 7px;opacity: 1;"> |
| | | <el-input v-model="formData.meetingID" placeholder="请输入会议室代码" clearable :style="{width: '100%'}"> |
| | | </el-input> |
| | | </el-form-item> |
| | | </el-cow> --> |
| | | <el-cow> |
| | | <el-form-item label="可容纳人数" prop="conPeople" label-width="90px" |
| | | style="background: #FAD1E0;border-radius: 7px 7px 7px 7px;opacity: 1;"> |
| | |
| | | </el-form-item> |
| | | </el-cow> |
| | | <el-cow> |
| | | <el-form-item label="是否拜访水牌" prop="isPlacebrand" label-width="120px" |
| | | <el-form-item label="是否摆放水牌" prop="isPlacebrand" label-width="120px" |
| | | style="background: #FAD1E0;border-radius: 7px 7px 7px 7px;opacity: 1;"> |
| | | <el-select v-model="formData.isPlacebrand" placeholder="请选择 " clearable :style="{width: '100%'}" |
| | | :disabled="dsb"> |
| | |
| | | if (this.formData.id != undefined) { |
| | | updateStatu(this.formDat).then(response => { |
| | | this.$modal.msgSuccess("修改成功"); |
| | | this.getList(); |
| | | // this.btn = false |
| | | }); |
| | | } else { |
| | | this.$modal.msgSuccess("修改失败"); |
| | | this.getList(); |
| | | } |
| | | this.getList(); |
| | | this.getList(); |
| | | }, |
| | | refuse(row){ |
| | | this.formDat.id = this.formData.id |