Commit 897bd85c authored by zhangyanni's avatar zhangyanni

选择公司主体去掉目标合作领域

parent 21f247c4
......@@ -66,16 +66,16 @@
<p v-for="item in scope.row.industryList">{{item}}</p>
</template>
</el-table-column>
<el-table-column
prop="province"
label="目标合作领域"
align="center"
header-align="center"
>
<template slot-scope="scope">
<p v-for="item in scope.row.targetIndustryList">{{item}}</p>
</template>
</el-table-column>
<!--<el-table-column-->
<!--prop="province"-->
<!--label="目标合作领域"-->
<!--align="center"-->
<!--header-align="center"-->
<!--&gt;-->
<!--<template slot-scope="scope">-->
<!--<p v-for="item in scope.row.targetIndustryList">{{item}}</p>-->
<!--</template>-->
<!--</el-table-column>-->
<el-table-column
label="总部所在地"
align="center"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment