|
|
@ -57,10 +57,10 @@ |
|
|
{{ scope.row.gg }} {{ scope.row.ggdw }} |
|
|
{{ scope.row.gg }} {{ scope.row.ggdw }} |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column :label="$t('page.business.resource.gsp.dasqr')" align="center" prop="dasqrMc" width="150px" |
|
|
|
|
|
|
|
|
<el-table-column :label="$t('page.business.resource.gsp.gdsqr')" align="center" prop="gdsqrMc" width="150px" |
|
|
:show-overflow-tooltip="true" /> |
|
|
:show-overflow-tooltip="true" /> |
|
|
|
|
|
|
|
|
<el-table-column :label="$t('page.business.resource.gsp.jlzt')" align="center" width="100px" fixed="right"> |
|
|
|
|
|
|
|
|
<el-table-column :label="$t('page.business.resource.gsp.jlzt')" align="center" width="100px" > |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<span v-if="scope.row.jlzt == 1">{{ $t('page.business.resource.resource.jlzt.wsd') }}</span> |
|
|
<span v-if="scope.row.jlzt == 1">{{ $t('page.business.resource.resource.jlzt.wsd') }}</span> |
|
|
<span v-if="scope.row.jlzt == 3">{{ $t('page.business.resource.resource.jlzt.ysd') }}</span> |
|
|
<span v-if="scope.row.jlzt == 3">{{ $t('page.business.resource.resource.jlzt.ysd') }}</span> |
|
|
@ -69,7 +69,7 @@ |
|
|
<span v-if="scope.row.jlzt == 9">{{ $t('page.business.resource.resource.jlzt.djd') }}</span> |
|
|
<span v-if="scope.row.jlzt == 9">{{ $t('page.business.resource.resource.jlzt.djd') }}</span> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column :label="$t('page.business.resource.gsp.jyzt')" align="center" width="100px" fixed="right"> |
|
|
|
|
|
|
|
|
<el-table-column :label="$t('page.business.resource.gsp.jyzt')" align="center" width="100px"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<span v-if="scope.row.jyzt == 1">{{ $t('page.business.resource.resource.jyzt.wjy') }}</span> |
|
|
<span v-if="scope.row.jyzt == 1">{{ $t('page.business.resource.resource.jyzt.wjy') }}</span> |
|
|
<span v-if="scope.row.jyzt == 3">{{ $t('page.business.resource.resource.jyzt.djy') }}</span> |
|
|
<span v-if="scope.row.jyzt == 3">{{ $t('page.business.resource.resource.jyzt.djy') }}</span> |
|
|
|