浏览代码

公共弹窗

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)
     },
   }
 }