liwei19941102 il y a 10 mois
Parent
commit
688eb88be2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/system/expressStatics/index.vue

+ 1 - 1
src/views/system/expressStatics/index.vue

@@ -52,7 +52,7 @@
         <!-- <el-table-column label="" align="center" prop="id" v-if="true" /> -->
         <!-- <el-table-column label="" align="center" prop="id" v-if="true" /> -->
         <el-table-column label="用户" align="center" prop="userId">
         <el-table-column label="用户" align="center" prop="userId">
           <template #default="scope">
           <template #default="scope">
-            <span>{{ scope.row }}</span>
+            <!-- <span>{{ scope.row }}</span> -->
             <span>{{ getUserName(scope.row) }}</span>
             <span>{{ getUserName(scope.row) }}</span>
           </template>
           </template>
         </el-table-column>
         </el-table-column>