mirror of
https://gitee.com/guchengwuyue/crm.git
synced 2026-06-05 18:25:44 +08:00
修正发票类型显示错误
This commit is contained in:
@ -80,7 +80,7 @@
|
||||
<el-table-column label="发票类型" align="center" prop="invoiceType">
|
||||
<template #default="scope">
|
||||
<div>
|
||||
<el-tag v-if="scope.row.status === 1" type="success">增普</el-tag>
|
||||
<el-tag v-if="scope.row.invoiceType === 1" type="success">增普</el-tag>
|
||||
<el-tag v-else type="danger">增专</el-tag>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -71,7 +71,7 @@
|
||||
<el-table-column label="发票类型" align="center" prop="invoiceType">
|
||||
<template #default="scope">
|
||||
<div>
|
||||
<el-tag v-if="scope.row.status === 1" type="success">增普</el-tag>
|
||||
<el-tag v-if="scope.row.invoiceType === 1" type="success">增普</el-tag>
|
||||
<el-tag v-else type="danger">增专</el-tag>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user