DESKTOP-2S67K1S\31396 hace 2 años
padre
commit
ecc07bdab3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/Dialog/index.vue

+ 1 - 1
src/components/Dialog/index.vue

@@ -175,7 +175,7 @@ export default {
       return this.selectDictLabel(this.freeOptions, row.isFree)
       return this.selectDictLabel(this.freeOptions, row.isFree)
     },
     },
     platfromFormatter(row) {
     platfromFormatter(row) {
-      return this.selectDictLabel(this.platformTypeOptions, row.platformId)
+      return this.selectDictLabel(this.platformOptions, row.platformId)
     },
     },
   }
   }
 }
 }