整体细节调整

This commit is contained in:
wangxuemei
2024-09-20 17:12:41 +08:00
parent a23ed4275f
commit 17e75a106f
11 changed files with 533 additions and 489 deletions

View File

@@ -120,7 +120,7 @@
<a-button class="drabtn" type="primary" @click="cancelTeachingDialog" :loading="buttonLoading">返回
</a-button>
</div>
</a-drawer>>
</a-drawer>
</div>
</template>
<script lang="jsx">
@@ -213,7 +213,7 @@ export default {
width: 200,
},
{
title: '授课时长(系统 , H) ',
title: '授课时长(系统 ) ',
dataIndex: 'teachingTime',
key: 'teachingTime',
elipsis: true,
@@ -221,7 +221,7 @@ export default {
width: 200,
},
{
title: '授课时长统计 ',
title: '授课时长(录入) ',
dataIndex: 'teachingTime',
key: 'teachingTime',
elipsis: true,
@@ -433,7 +433,7 @@ export default {
},
{
title: '授课日期 ',
title: '授课时间',
dataIndex: 'teacherOrg',
key: 'teacherOrg',
elipsis: true,
@@ -489,11 +489,16 @@ export default {
},
])
//取消按钮 清空输入的数据
const cancelTeachingDialog = () => {
state.opendrawer = false
};
return {
...toRefs(state),
trainOrglist,
tableDatas,
column,
cancelTeachingDialog,
searchReset,
trainOrglista,
handleFeeMonthly,