Merge branch 'hi-ucs-dev' of http://192.168.124.50:3000/wuhongjian/hi-ucs into hi-ucs-dev

This commit is contained in:
gongjiale 2023-01-06 17:15:59 +08:00
commit 2460d6aa5f
1 changed files with 57 additions and 69 deletions

View File

@ -357,7 +357,7 @@
:showSearch="true"
>
<a-select-option
:value="item.value"
:value="item.label"
v-for="item in deptList"
:key="item.value"
>
@ -408,23 +408,12 @@
:wrapper-col="{ span: 14, offset: 4 }"
style="text-align: center; margin-top: 0.4rem"
>
<a-button
class="tijiao"
@click="onSubmit"
>
提交
</a-button>
<a-button class="tijiao" @click="onSubmit">提交</a-button>
<a-button class="quxiao" @click="appointmentRoom = false">
取消
</a-button>
</a-form-item>
</a-form>
</a-modal>
</div>
<div v-if="room">
@ -882,7 +871,7 @@
deptList.value = []
res.data.data.map((val) => {
deptList.value.push({
value: val.name,
value: val.id,
label: val.name,
})
})
@ -1215,7 +1204,8 @@
if (item && item.status != 1) {
return
// return message.warning('线, ')
}handleChose
}
handleChose
console.log('打开视频', id)
const param = {
key: id,
@ -2520,7 +2510,6 @@
})
</script>
<style lang="less" scoped>
.quxiao {
margin-right: 12px;
cursor: pointer;
@ -2912,7 +2901,6 @@
:deep(.ant-checkbox-indeterminate .ant-checkbox-inner::after) {
background-color: #0058e1;
}
</style>
<style lang="less">
.eia-dropdown-class {