This commit is contained in:
parent
e0ec129a09
commit
203e90f451
|
|
@ -23,9 +23,9 @@
|
||||||
<template slot="exitDay" slot-scope="{ data }">
|
<template slot="exitDay" slot-scope="{ data }">
|
||||||
<span class="tip-text">
|
<span class="tip-text">
|
||||||
{{
|
{{
|
||||||
data.exitDay > 31
|
data.daysSinceExit > 31
|
||||||
? data.exitDay + '(已转入失信人员)'
|
? data.daysSinceExit + '(已转入失信人员)'
|
||||||
: data.exitDay
|
: data.daysSinceExit
|
||||||
}}
|
}}
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue