大屏和环林卡口管理

This commit is contained in:
13684185576
2025-12-05 16:19:36 +08:00
parent b7fd4642b4
commit f660699a2f
9 changed files with 414 additions and 69 deletions

View File

@ -71,14 +71,12 @@
width="150"
label="警号"
></el-table-column>
<el-table-column
prop="mobile"
width="150"
align="center"
label="电话"
></el-table-column>
<el-table-column prop="sex" align="center" label="性别">
<template #default="{ row }">
<span> {{ row.sex == 1 ? "男" : "女" }}</span>
@ -241,12 +239,15 @@ const handleSelectionChange = (val) => {
.tabBoxRadio .el-checkbox__inner {
border-radius: 50% !important;
}
.tabBoxRadio .el-table__header-wrapper .el-checkbox {
display: none;
}
.el-dialog {
/* background: #050e33; */
}
.el-dialog__title {
/* color: #fff; */
}