修改配置.

This commit is contained in:
lijiahangmax
2023-09-24 22:15:16 +08:00
parent f6dd01f017
commit 6fa57c616c
4 changed files with 3 additions and 10 deletions

View File

@@ -56,10 +56,6 @@
@page-change="(page) => fetchTableData(page, pagination.pageSize)"
@page-size-change="(size) => fetchTableData(pagination.current, size)"
:bordered="false">
<!-- 名称 -->
<template #name="{ record }">
<span class="span-blue">{{ record.name }}</span>
</template>
<!-- 编码 -->
<template #code="{ record }">
<a-tag>{{ record.code }}</a-tag>

View File

@@ -70,10 +70,6 @@
@page-change="(page) => fetchTableData(page, pagination.pageSize)"
@page-size-change="(size) => fetchTableData(pagination.current, size)"
:bordered="false">
<!-- 用户名 -->
<template #username="{ record }">
<span class="span-blue">{{ record.username }}</span>
</template>
<!-- 状态 -->
<template #status="{ record }">
<a-tag :color="getEnumValue(record.status, UserStatusEnum,'color')">