mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 03:46:45 +08:00
整体细节调整
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user