Commit 12ab7bf1 authored by youjie's avatar youjie

联系人激活状态

parent 36fe84ab
...@@ -70,6 +70,16 @@ ...@@ -70,6 +70,16 @@
:label="$t('visaT.post')" :label="$t('visaT.post')"
show-overflow-tooltip> show-overflow-tooltip>
</el-table-column> </el-table-column>
<el-table-column
prop=""
:label="$t('objFill.v102.appjihuozhuant')"
show-overflow-tooltip>
<template slot-scope="scope">
<span :style="{'color':scope.row.IsActivation==1?'red':''}">
{{ scope.row.IsActivation==1?$t('objFill.v102.yijihuo'):$t('objFill.v102.weijihuo') }}
</span>
</template>
</el-table-column>
<el-table-column <el-table-column
prop="" prop=""
:label="$t('hotel.table_operat')" :label="$t('hotel.table_operat')"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment