feat: There is no way the

This commit is contained in:
super_liu
2021-08-26 10:56:47 +08:00
parent c9423dee48
commit c045b29ba3
@@ -116,7 +116,7 @@
width="200">
<template slot-scope="scope">
<span v-if="selectIndex === 'laws'">{{ getLawsState(scope.row.statecode) }}</span>
<div v-else>{{ scope.row.standstateshow }}</div>
<div v-else>{{ selectIndex === 'stand' ? scope.row.textStatusName : (selectIndex === 'laws' ? scope.row.textStatusLawsName : scope.row.textStatusBussName) }}</div>
</template>
</el-table-column>
<el-table-column