|
|
|
|
|
|
|
|
<a-c-operation @refresh="clearData" :need_add="false"></a-c-operation> |
|
|
<a-c-operation @refresh="clearData" :need_add="false"></a-c-operation> |
|
|
<a-c-table :data="commomParams.table.data" :columns="commomParams.table.columns" :pagination="commomParams.page" |
|
|
<a-c-table :data="commomParams.table.data" :columns="commomParams.table.columns" :pagination="commomParams.page" |
|
|
@page="getPage" :loading="loading"> |
|
|
@page="getPage" :loading="loading"> |
|
|
|
|
|
<template #status="{ record }"> |
|
|
|
|
|
{{record.status_txt}} |
|
|
|
|
|
<span v-if="record.audit_memo">({{record.audit_memo}})</span> |
|
|
|
|
|
</template> |
|
|
<template #default="{ record }"> |
|
|
<template #default="{ record }"> |
|
|
<a-row :gutter="10"> |
|
|
<a-row :gutter="10"> |
|
|
<a-col><a-button type="primary" size="small" primary @click="edit(record)">编辑</a-button></a-col> |
|
|
<a-col><a-button type="primary" size="small" primary @click="edit(record)">编辑</a-button></a-col> |