Commit 0ab3a9f7 authored by huangjie's avatar huangjie

*

parent 4f157040
......@@ -32,7 +32,7 @@
label="企业名称"
>
<template slot-scope="scope">
<div class="wordprimary">{{scope.row.companyName}}</div>
<div>{{scope.row.companyName}}</div>
</template>
</el-table-column>
<el-table-column
......@@ -73,7 +73,7 @@
label="备注"
width="">
<template slot-scope="scope">
<div class="showremark" v-if="scope.row.remark">
<div v-if="scope.row.remark">
<el-tooltip class="item" effect="dark" :content="scope.row.remark" placement="top"><span>{{scope.row.remark}}</span></el-tooltip>
</div>
<div v-else>--</div>
......
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