This commit is contained in:
parent
1ac66499a5
commit
67bf32b962
|
|
@ -64,7 +64,7 @@ export const formLabel = [
|
|||
value: '1',
|
||||
},
|
||||
{
|
||||
label: '出场',
|
||||
label: '未入场',
|
||||
value: '2',
|
||||
},
|
||||
], // 状态列表
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@
|
|||
在场
|
||||
</el-tag>
|
||||
<el-tag size="mini" type="danger" v-if="data.einStatus === 2">
|
||||
出场
|
||||
未入场
|
||||
</el-tag>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue