Browse Source

vip编号

1
mo 3 years ago
parent
commit
6027a75076
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/vipClass/vipReset.vue

+ 1 - 1
src/views/vipClass/vipReset.vue

@@ -56,7 +56,7 @@
                          prop="id">
                          <template slot-scope="scope">
                            <div>
-                             {{scope.id?scope.id:'--'}}
+                             {{scope.row.id?scope.row.id:'--'}}
                            </div>
                          </template>
         </el-table-column>