|
@@ -76,6 +76,9 @@
|
|
|
@update:page-size="handlePageSizeChange"
|
|
@update:page-size="handlePageSizeChange"
|
|
|
@update:selection="handleSelectionChange"
|
|
@update:selection="handleSelectionChange"
|
|
|
>
|
|
>
|
|
|
|
|
+ <template #phoneNum="scope">
|
|
|
|
|
+ <span>{{ scope.row.phoneNum ? scope.row.phoneNum : '-' }}</span>
|
|
|
|
|
+ </template>
|
|
|
<template #action="scope">
|
|
<template #action="scope">
|
|
|
<div class="action-container--div">
|
|
<div class="action-container--div">
|
|
|
<ActionButton text="编辑" @click="handleEditVehicleInfo(scope.row)" />
|
|
<ActionButton text="编辑" @click="handleEditVehicleInfo(scope.row)" />
|