|
|
@@ -4,10 +4,12 @@ |
|
|
|
<a-c-table :data="commomParams.table.data" :columns="commomParams.table.columns" :pagination="commomParams.page" |
|
|
|
@page="getPage" :loading="loading"> |
|
|
|
<template #photo_image="{ record }"> |
|
|
|
<a-image :src="imageprefix + record.photo"></a-image> |
|
|
|
<image-container :need="true" |
|
|
|
:imgObj="{src: imageprefix + record.photo, width:'48px',height: '48px', mode: 'fill'}"></image-container> |
|
|
|
</template> |
|
|
|
<template #license_image="{ record }"> |
|
|
|
<a-image :src="imageprefix + record.photo"></a-image> |
|
|
|
<image-container :need="true" |
|
|
|
:imgObj="{src: imageprefix + record.license_path, width:'48px',height: '48px', mode: 'fill'}"></image-container> |
|
|
|
</template> |
|
|
|
<template #default="{ record }"> |
|
|
|
<a-row :gutter="10"> |