Browse Source

显示的名字更换

shibei_master
zhangyuan 3 years ago
parent
commit
f44b0fc3fe
  1. 3
      src/views/modules/plugins/rent/rentcontractreview.vue

3
src/views/modules/plugins/rent/rentcontractreview.vue

@ -164,7 +164,8 @@
<el-table-column prop="isBlack" label="是否黑名单人员" header-align="center" align="center"></el-table-column>
<el-table-column :label="$t('handle')" fixed="right" header-align="center" align="center" width="150">
<template slot-scope="scope">
<el-button type="text" size="small" @click="addOrUpdateHandle(scope.row.id,'2')">{{ $t('checkBtn') }}</el-button>
<el-button v-if="scope.row.state === '0'" type="text" size="small" @click="addOrUpdateHandle(scope.row.id,'2')">{{ $t('checkBtn') }}</el-button>
<el-button v-else type="text" size="small" @click="addOrUpdateHandle(scope.row.id,'2')">{{ $t('lookBtn') }}</el-button>
<el-button type="text" size="small" @click="deleteHandle(scope.row.id)">{{ $t('delete') }}</el-button>
</template>
</el-table-column>

Loading…
Cancel
Save