|
@@ -62,8 +62,9 @@
|
|
|
:tableData="tableData"
|
|
|
:navText="navText"
|
|
|
:loading="loading"
|
|
|
- :rowKey="'userId'"
|
|
|
+ :rowKey="row => row"
|
|
|
><template slot="customize">
|
|
|
+ <!-- :rowKey="'userId'" -->
|
|
|
<el-button type="primary" @click="plUpdate">更新文字资料</el-button>
|
|
|
<el-button type="primary" @click="plLeadInfo">更新图片资料</el-button>
|
|
|
<el-button type="primary" @click="fileDownloadFunc()">批量下载</el-button>
|