DESKTOP-2S67K1S\31396 %!s(int64=2) %!d(string=hai) anos
pai
achega
ecc07bdab3
Modificáronse 1 ficheiros con 1 adicións e 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)
     },
     platfromFormatter(row) {
-      return this.selectDictLabel(this.platformTypeOptions, row.platformId)
+      return this.selectDictLabel(this.platformOptions, row.platformId)
     },
   }
 }