mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 14:26:45 +08:00
导出数据调整
This commit is contained in:
@@ -203,7 +203,7 @@ export default {
|
||||
const sysTypeOptions = computed(() => store.state.content_type);
|
||||
const columns = ref([
|
||||
{
|
||||
title: '讲师姓名 ',
|
||||
title: '讲师名称',
|
||||
dataIndex: 'name',
|
||||
key: 'name',
|
||||
elipsis: true,
|
||||
@@ -251,6 +251,14 @@ export default {
|
||||
align: "center",
|
||||
width: 200,
|
||||
},
|
||||
{
|
||||
title: '开发课程时长 ',
|
||||
dataIndex: 'teachingTime',
|
||||
key: 'teachingTime',
|
||||
elipsis: true,
|
||||
align: "center",
|
||||
width: 200,
|
||||
},
|
||||
{
|
||||
title: '计划费用 ',
|
||||
dataIndex: 'expense',
|
||||
|
||||
Reference in New Issue
Block a user