讲师管理bug

This commit is contained in:
zhangsir
2024-12-01 19:57:37 +08:00
parent f58e7ab78c
commit 9b4238ce87
4 changed files with 28 additions and 23 deletions

View File

@@ -78,12 +78,12 @@
<template v-if="column.key === 'orgName'">
<a-space style="display:flex ;justify-content: space-around; ">
<a-popover>
<!-- <a-popover>
<template #content>
<p>{{ record.orgName}}</p>
</template>
<span>{{ record.neworganizationName }}</span>
</a-popover>
</template> -->
<span :title="record.orgName">{{ record.neworganizationName }}</span>
<!-- </a-popover> -->
</a-space>
</template>
<template v-if="column.key === 'operation'">
@@ -114,7 +114,7 @@
</div>
<!-- 弹窗组件 -->
<a-drawer v-model:visible="teacherdialog" placement="right" :closable="false" :maskClosable="false"
width="800" :title="false">
width="700" :title="false">
<div class="headers" style="margin-top:-24px;">
<div class="headerTitle" style="margin-left: 14px;">{{ teacherdialogtitle }}</div>
<img
@@ -123,7 +123,7 @@
@click="cancelTeacherDialog"
/>
</div>
<div ref="drawerContent" style="padding-left: 15px;padding-right: 158px;">
<div ref="drawerContent" style="padding-left: 15px;padding-right: 46px;">
<a-form :model="formParam" :rules="rules" layout="vertical" ref="formRef">
<a-row>
<a-col :span="24">