@@ -235,8 +235,8 @@
label="合同段权限">
<template slot-scope="scope">
<el-tooltip
- v-for="item in scope.row.relationContractInfo"
- :key="item.id"
+ v-for="(item,index) in scope.row.relationContractInfo"
+ :key="key"
:content="item.contractName"
placement="top"
:disabled="true"