修改
This commit is contained in:
parent
e681ceeaf3
commit
05bd814b20
@ -167,10 +167,7 @@
|
||||
<el-table-column label="签约状态" align="center" prop="signStatus" v-if="queryParams.serviceStatus == 'SERVICE_END'">
|
||||
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.signStatus == 'IN_SIGN' ? '在签' : '' }}
|
||||
{{ scope.row.signStatus == 'IGNORE_SIGN' ? '忽略' : '' }}
|
||||
{{ scope.row.signStatus == 'SEPARATE_SIGN' ? '取消签约' : '' }}
|
||||
{{ scope.row.signStatus == 'CONTINUOUS_SIGN' ? '续约' : '' }}
|
||||
{{ scope.row.signStatus == 'EXPIRE_SIGN' ? '过期' : '' }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user