分页
This commit is contained in:
@@ -262,7 +262,7 @@
|
|||||||
<a-table
|
<a-table
|
||||||
:data-source="EquipmentRecordList"
|
:data-source="EquipmentRecordList"
|
||||||
:columns="columns3"
|
:columns="columns3"
|
||||||
:pagination="false"
|
:pagination="true"
|
||||||
>
|
>
|
||||||
|
|
||||||
<template #bodyCell="{ column, record }">
|
<template #bodyCell="{ column, record }">
|
||||||
@@ -289,7 +289,7 @@
|
|||||||
:data-source="renewOrderList"
|
:data-source="renewOrderList"
|
||||||
:columns="columns2"
|
:columns="columns2"
|
||||||
ref="tableRef2"
|
ref="tableRef2"
|
||||||
:pagination="false"
|
:pagination="true"
|
||||||
>
|
>
|
||||||
<template #bodyCell="{ column, record }">
|
<template #bodyCell="{ column, record }">
|
||||||
<template v-if="column.key === 'batteryModel'">
|
<template v-if="column.key === 'batteryModel'">
|
||||||
|
|||||||
Reference in New Issue
Block a user