Commit 0cd4da1564dd632fefaee126bd4fd45bed814ecb
1 parent
7b4812ed
1
Showing
1 changed file
with
1 additions
and
1 deletions
admin-web-master/src/views/shopRental/manage/index.vue
| @@ -81,7 +81,7 @@ | @@ -81,7 +81,7 @@ | ||
| 81 | {{scope.row.contractType}} | 81 | {{scope.row.contractType}} |
| 82 | 82 | ||
| 83 | </template> | 83 | </template> |
| 84 | - </el-table-column> | 84 | + </el-table-column> |
| 85 | <el-table-column prop="dataStatus" label="合同状态"> | 85 | <el-table-column prop="dataStatus" label="合同状态"> |
| 86 | <template slot-scope="scope"> | 86 | <template slot-scope="scope"> |
| 87 | <span v-if='scope.row.dataStatus == 1'>使用中</span> | 87 | <span v-if='scope.row.dataStatus == 1'>使用中</span> |