This commit is contained in:
super_liu
2022-01-04 14:30:51 +08:00
parent 08e736f883
commit f49112c276
2 changed files with 315 additions and 1 deletions
@@ -87,7 +87,7 @@
align="center"
:label="(selectIndex === 'stand'||'bussstand') && selectIndex !== 'laws' ? $t('m.standNumber') : (selectIndex === 'laws' ? '政策编号' : $t('m.enterpriseStandardNumber'))">
<template slot-scope="scope">
<a class="jumpColor" style="margin-left: 10px" @click="judgeRolePermiOnSar(scope.row, 1)">{{ selectIndex === 'laws' ? scope.row.lawsNumber :scope.row.numbershow }}</a>
<a class="jumpColor" style="margin-left: 10px" @click="judgeRolePermiOnSar(scope.row, 1)">{{ selectIndex === 'laws' ? scope.row.lawsNumber : filterTitle(scope.row.numbershow) }}</a>
</template>
</el-table-column>
<el-table-column