zhulizhen1111 vor 4 Jahren
Ursprung
Commit
97c26ecd69
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      src/views/equipment/table/rcwxTable.vue

+ 2 - 2
src/views/equipment/table/rcwxTable.vue

@@ -95,7 +95,7 @@
                             v-if='row.repair_photos_num'
                             style='cursor:pointer;color: #0091ff;'
                             @click.stop='clickPic(row.repair_photos_num)'
-                        >{{row.repair_photos_num.length+'张'}}</div>
+                        >{{row.repair_photos_num+'张'}}</div>
                         <div v-else>{{'--'}}</div>
                     </template>
                 </el-table-column>
@@ -105,7 +105,7 @@
                             v-if='row.finish_photos_num'
                             style='cursor:pointer;color: #0091ff;'
                             @click.stop='clickPic(row.finish_photos_num)'
-                        >{{row.finish_photos_num.length+'张'}}</div>
+                        >{{row.finish_photos_num+'张'}}</div>
                         <div v-else>{{'--'}}</div>
                     </template>
                 </el-table-column>