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