DESKTOP-2S67K1S\31396 2 سال پیش
والد
کامیت
ecc07bdab3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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)
     },
   }
 }