Sfoglia il codice sorgente

modify steps tips disabled

haojianlong 5 anni fa
parent
commit
6c610ec211
1 ha cambiato i file con 14 aggiunte e 2 eliminazioni
  1. 14 2
      src/views/point/config_point/steps/step4.vue

+ 14 - 2
src/views/point/config_point/steps/step4.vue

@@ -27,6 +27,13 @@
                         <js-mind-component ref="jsmind1" @openNode="openNode"></js-mind-component>
                     </el-tab-pane>
                 </el-tabs> -->
+        <!-- 功能停用提示 -->
+        <el-dialog title="提示" :visible.sync="visible" width="25%">
+            <span>功能升级中,暂时不可用......</span>
+            <span slot="footer" class="dialog-footer">
+                <el-button size="small" type="primary" @click="visible=false">我知道了</el-button>
+            </span>
+        </el-dialog>
     </div>
 </template>
 <script>
@@ -52,7 +59,8 @@
             return {
                 jsMind: "",
                 activeIndex: 0,
-                mindArr: []
+                mindArr: [],
+                visible: false
             }
         },
         computed: {
@@ -65,7 +73,11 @@
                 return this.$store.getters['layout/projectId']
             }
         },
-        created() {},
+        created() {
+            setTimeout(()=>{
+                this.visible = true
+            },200)
+        },
         mounted() {
             this.clickTabs({
                 index: this.activeIndex