mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-23 01:36:47 +08:00
课程编号调整
This commit is contained in:
@@ -75,11 +75,11 @@
|
||||
@expand="expandTable" :pagination="false">
|
||||
<template #bodyCell="{ record, column }">
|
||||
|
||||
<!-- <template v-if="column.key === 'organizationName'">
|
||||
<!-- <template v-if="column.key === 'orgName'">
|
||||
<a-space style="display:flex ;justify-content: space-around; ">
|
||||
<a-popover>
|
||||
<template #content>
|
||||
<p>{{ record.organizationName }}</p>
|
||||
<p>{{ record.orgName }}</p>
|
||||
</template>
|
||||
<span>{{ record.neworganizationName }}</span>
|
||||
</a-popover>
|
||||
@@ -152,7 +152,7 @@
|
||||
<a-form-item label="讲师组织" name="orgName">
|
||||
<a-popover>
|
||||
<template #content>
|
||||
{{ formParam.orgName }}.
|
||||
{{ formParam.orgName }}
|
||||
</template>
|
||||
|
||||
<a-input disabled v-model:value="formParam.orgName" class="draitem"
|
||||
@@ -664,10 +664,10 @@ export default {
|
||||
},
|
||||
{
|
||||
title: '所属组织 ',
|
||||
dataIndex: 'organizationName',
|
||||
key: 'organizationName',
|
||||
dataIndex: 'orgName',
|
||||
key: 'orgName',
|
||||
elipsis: true, align: "center",
|
||||
scopedSlots: { customRender: "organizationName" },
|
||||
scopedSlots: { customRender: "orgName" },
|
||||
width: 400,
|
||||
// customRender: (value, record) => {
|
||||
// return (
|
||||
@@ -826,8 +826,8 @@ export default {
|
||||
console.log(tableData.value,'tableData.value')
|
||||
// let objA = res.data.data.records
|
||||
// objA.map((item) => {
|
||||
// if (item.organizationName !== null) {
|
||||
// item.neworganizationName = item.organizationName.split('/')
|
||||
// if (item.orgName !== null) {
|
||||
// item.neworganizationName = item.orgName.split('/')
|
||||
// item.neworganizationName = item.neworganizationName[item.neworganizationName.length - 1]
|
||||
// }
|
||||
// })
|
||||
|
||||
Reference in New Issue
Block a user