1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-05 23:11:24 +08:00

Optimized the size of the status column

This commit is contained in:
2023-06-01 17:32:21 +08:00
parent fb8c698eff
commit c0ebec9ece

View File

@@ -31,7 +31,7 @@
}}</el-tag>
</template>
</el-table-column>
<el-table-column label="状态" align="center">
<el-table-column label="状态" align="center" width="80px">
<template #default="scope">
<el-tag type="success" v-if="scope.row.enable">启用</el-tag>
<el-tag type="info" v-else>禁用</el-tag>