|
@ -54,7 +54,7 @@ |
|
|
<!--待随访: 随访状态(待随访/即将超期/超期) --> |
|
|
<!--待随访: 随访状态(待随访/即将超期/超期) --> |
|
|
<!--已随访: 随访状态(已随访/超随访期) --> |
|
|
<!--已随访: 随访状态(已随访/超随访期) --> |
|
|
<!--待随访: 随访状态(待随访) --> |
|
|
<!--待随访: 随访状态(待随访) --> |
|
|
<el-table-column label="随访状态" align="center" prop="phone" show-overflow-tooltip min-width="150"> |
|
|
<el-table-column label="随访状态" align="center" prop="phone" show-overflow-tooltip min-width="150" fixed="right"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
{{ status[scope.row.status] }} |
|
|
{{ status[scope.row.status] }} |
|
|
</template> |
|
|
</template> |
|
|