xiexaing vor 1 Jahr
Ursprung
Commit
5b941b5c1f
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      src/views/education/archives/index.vue

+ 2 - 1
src/views/education/archives/index.vue

@@ -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>