|
@ -54,6 +54,7 @@ |
|
|
:pagination="{ total: tableObjectRef.total }" |
|
|
:pagination="{ total: tableObjectRef.total }" |
|
|
v-model:pageSize="tableObjectRef.pageSize" |
|
|
v-model:pageSize="tableObjectRef.pageSize" |
|
|
v-model:currentPage="tableObjectRef.currentPage" |
|
|
v-model:currentPage="tableObjectRef.currentPage" |
|
|
|
|
|
v-model:sort="tableObjectRef.sort" |
|
|
> |
|
|
> |
|
|
<!-- <template #action="{ row }"> |
|
|
<!-- <template #action="{ row }"> |
|
|
<ButtonBase |
|
|
<ButtonBase |
|
@ -70,6 +71,7 @@ |
|
|
:pagination="{ total: tableObjectRef.total }" |
|
|
:pagination="{ total: tableObjectRef.total }" |
|
|
v-model:pageSize="tableObjectRef.pageSize" |
|
|
v-model:pageSize="tableObjectRef.pageSize" |
|
|
v-model:currentPage="tableObjectRef.currentPage" |
|
|
v-model:currentPage="tableObjectRef.currentPage" |
|
|
|
|
|
v-model:sort="tableObjectRef.sort" |
|
|
> |
|
|
> |
|
|
<template #photos="{ row }"> |
|
|
<template #photos="{ row }"> |
|
|
<div v-for="(item,index) in row.photos.split(',')" :key="index" style="color:#409eff ; cursor: pointer;" @click="openImage(item)">{{ item }}</div> </template> |
|
|
<div v-for="(item,index) in row.photos.split(',')" :key="index" style="color:#409eff ; cursor: pointer;" @click="openImage(item)">{{ item }}</div> </template> |
|
@ -118,6 +120,7 @@ |
|
|
:pagination="{ total: annexItem.subDetailTableData.tableList.length }" |
|
|
:pagination="{ total: annexItem.subDetailTableData.tableList.length }" |
|
|
v-model:pageSize="tableObjectRef.pageSize" |
|
|
v-model:pageSize="tableObjectRef.pageSize" |
|
|
v-model:currentPage="tableObjectRef.currentPage" |
|
|
v-model:currentPage="tableObjectRef.currentPage" |
|
|
|
|
|
v-model:sort="tableObjectRef.sort" |
|
|
/> |
|
|
/> |
|
|
</ContentWrap> |
|
|
</ContentWrap> |
|
|
|
|
|
|
|
|