后台-岗位-文案错误

This commit is contained in:
Jason 2022-09-19 12:13:58 +08:00
parent 8f52978021
commit db7a0e3161
2 changed files with 4 additions and 1 deletions

View File

@ -115,6 +115,9 @@
.el-image__error { .el-image__error {
font-size: 12px; font-size: 12px;
} }
.el-tabs__nav-wrap::after {
height: 1px;
}
} }
@media (max-width: 768px) { @media (max-width: 768px) {
.el-pagination > .el-pagination__jump { .el-pagination > .el-pagination__jump {

View File

@ -51,7 +51,7 @@
show-overflow-tooltip show-overflow-tooltip
/> />
<el-table-column label="添加时间" prop="createTime" min-width="180" /> <el-table-column label="添加时间" prop="createTime" min-width="180" />
<el-table-column label="部门状态" prop="isStop" min-width="100"> <el-table-column label="岗位状态" prop="isStop" min-width="100">
<template #default="{ row }"> <template #default="{ row }">
<el-tag class="ml-2" :type="row.isStop ? 'danger' : ''"> <el-tag class="ml-2" :type="row.isStop ? 'danger' : ''">
{{ row.isStop ? '停用' : '正常' }} {{ row.isStop ? '停用' : '正常' }}