|
|
|
@ -51,15 +51,17 @@ |
|
|
|
|
|
|
|
<el-table-column :label="$t('page.business.form.status')" prop="status" width="100"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span v-if="scope.row.bdzt === 1"><span class="status-circle tbz"></span>{{ |
|
|
|
<span v-if="scope.row.bdzt === 1"><span class="status-circle tbz"></span>{{ |
|
|
|
$t('page.business.form.statusTbz') }}</span> |
|
|
|
<span v-if="scope.row.bdzt === 3"><span class="status-circle ytj"></span>{{ |
|
|
|
$t('page.business.form.statusYtj') }}</span> |
|
|
|
<span v-if="scope.row.bdzt === 5"><span class="status-circle ytg"></span>{{ |
|
|
|
$t('page.business.form.statusYtg') }}</span> |
|
|
|
<span v-if="scope.row.bdzt === 7"><span class="status-circle wtg"></span>{{ |
|
|
|
$t('page.business.form.statusWtg') }}</span> |
|
|
|
<span v-if="scope.row.bdzt === 9"><span class="status-circle dgb"></span>{{ |
|
|
|
$t('page.business.form.statusDgb') }}</span> |
|
|
|
<span v-if="scope.row.bdzt === 11"><span class="status-circle ygb"></span>{{ |
|
|
|
<span v-if="scope.row.bdzt === 11"><span class="status-circle tgb"></span>{{ |
|
|
|
$t('page.business.form.statusYgb') }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
|