|
|
@@ -25,11 +25,6 @@
|
|
|
<ElTableColumn prop="total" label="记录数量" align="center" />
|
|
|
<ElTableColumn prop="scanned" label="扫描数量" align="center" />
|
|
|
<ElTableColumn prop="createdAt" label="创建时间" :formatter="timeFormatter" width="150" align="center" />
|
|
|
- <ElTableColumn label="操作" align="center" width="120">
|
|
|
- <template #default="{ row }">
|
|
|
- <ElButton @click="onEdit(row)">编辑</ElButton>
|
|
|
- </template>
|
|
|
- </ElTableColumn>
|
|
|
</PagingTable>
|
|
|
</template>
|
|
|
<script setup>
|