mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-06 07:21:24 +08:00
Optimized the size of the status column
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user