| | |
| | | icon="el-icon-circle-plus-outline" |
| | | :disabled="allowClose" |
| | | :style="{color:allowClose?'#6f6e6f':'#42b983'}" |
| | | style="height: 30px;line-height: 30px;font-size: 22px;padding: 10px" |
| | | style="height: 30px;line-height: 30px;font-size: 22px;padding:10px;background-color: #fafafa" |
| | | @click="responseUserClick" |
| | | /> |
| | | </div> |
| | | <div> |
| | | <el-checkbox v-model="allowClose" @change="allowCloseChange">允许关闭</el-checkbox> |
| | | <div style="display: flex;align-content: center"> |
| | | <div> |
| | | <el-checkbox v-model="allowClose" @change="allowCloseChange">允许关闭</el-checkbox> |
| | | </div> |
| | | <div style="margin-left: 5px;cursor: pointer"> |
| | | <el-tooltip class="item" effect="dark" content="当前呼叫类型(启用/关闭)" placement="top"> |
| | | <i class="el-icon-question" /> |
| | | </el-tooltip> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <el-empty v-if="AnDengResponUserArr.length===0" :image-size="200" description="暂无数据" /> |
| | |
| | | title="响应人员" |
| | | :visible.sync="userDialogVisible" |
| | | width="800px" |
| | | top="15vh" |
| | | top="10vh" |
| | | :close-on-click-modal="false" |
| | | @closed="handleUserClose" |
| | | @close="handleUserClose" |
| | |
| | | </div> |
| | | <div |
| | | style=" background-color: #fafafa; padding: 10px; min-height: 420px;" |
| | | :style="{maxHeight:(contentHeight-300)+'px',overflowY: 'scroll'}" |
| | | :style="{maxHeight:(contentHeight-300)+'px'}" |
| | | > |
| | | |
| | | <el-input |
| | |
| | | } |
| | | }) |
| | | |
| | | loading.close() |
| | | this.userDialogVisible = true |
| | | setTimeout(() => { |
| | | loading.close() |
| | | this.userDialogVisible = true |
| | | |
| | | this.$nextTick(() => { |
| | | this.$refs.userTree.setCheckedKeys(this.treeCheckedKey) |
| | | }) |
| | | this.$nextTick(() => { |
| | | this.$refs.userTree.setCheckedKeys(this.treeCheckedKey) |
| | | }) |
| | | }, 1000) |
| | | } |
| | | }) |
| | | }, |