This commit is contained in:
BianLzhaoMin 2025-11-25 13:05:23 +08:00
parent 1ac66499a5
commit 67bf32b962
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ export const formLabel = [
value: '1', value: '1',
}, },
{ {
label: '场', label: '未入场',
value: '2', value: '2',
}, },
], // 状态列表 ], // 状态列表

View File

@ -93,7 +93,7 @@
在场 在场
</el-tag> </el-tag>
<el-tag size="mini" type="danger" v-if="data.einStatus === 2"> <el-tag size="mini" type="danger" v-if="data.einStatus === 2">
未入
</el-tag> </el-tag>
</template> </template>