|
@@ -11,7 +11,7 @@
|
|
|
rowKey="key"
|
|
rowKey="key"
|
|
|
:data-source="tableList">
|
|
:data-source="tableList">
|
|
|
<!-- 额外的展开行 -->
|
|
<!-- 额外的展开行 -->
|
|
|
- <template v-if="btnList.length"
|
|
|
|
|
|
|
+ <template v-if="btnList"
|
|
|
#expandedRowRender="{ record }">
|
|
#expandedRowRender="{ record }">
|
|
|
<BtnList :btnList="btnList"
|
|
<BtnList :btnList="btnList"
|
|
|
:record="record"
|
|
:record="record"
|
|
@@ -53,6 +53,7 @@ import { getRecordItemTab } from '@/common/setup/order/orderData';
|
|
|
import { handleComposeOrderTable } from '@/common/setup/table/compose';
|
|
import { handleComposeOrderTable } from '@/common/setup/table/compose';
|
|
|
import { ComposeOrderTableParam } from '@/common/setup/table/interface';
|
|
import { ComposeOrderTableParam } from '@/common/setup/table/interface';
|
|
|
import { getPaymentTypeName, getPerformanceStatusName, getPerformanceTypeName } from '@/common/constants/enumsName';
|
|
import { getPaymentTypeName, getPerformanceStatusName, getPerformanceTypeName } from '@/common/constants/enumsName';
|
|
|
|
|
+import { onMounted } from 'vue';
|
|
|
export default defineComponent({
|
|
export default defineComponent({
|
|
|
name: enumOrderComponents.performance_information_sell_performance,
|
|
name: enumOrderComponents.performance_information_sell_performance,
|
|
|
components: {
|
|
components: {
|