Преглед изворни кода

运营管理 定制频道 频道1频道属性可配置

DESKTOP-O04BTUJ\muzen пре 2 година
родитељ
комит
57ab9d4483
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/operation/channel/detail.vue

+ 1 - 1
src/views/operation/channel/detail.vue

@@ -130,7 +130,7 @@ export default {
       form: {},
       // 频道属性
       channelId: this.$route.query.channelId,
-      disabled: this.$route.query.index == '0' || this.$route.query.index == '1' ? true : false,
+      disabled: this.$route.query.index == '1' ? true : false,
       // 列表表单
       dialogForm: {
         pageNum: 1,