Explorar o código

性能验证屏蔽原主页配置入口

zhonghuizhen hai 6 meses
pai
achega
261ded9aae

+ 1 - 1
src/views/business/performance/experimental.vue

@@ -22,7 +22,7 @@
       :class="readonly ? 'readonly-form' : ''"
       @submit.native.prevent
     >
-    <div>流程进来</div>
+    <!--<div>流程进来</div>-->
       <div v-if="loadCompleted" class="config-form-container">
         <div class="left">
           <experimental-desc

+ 1 - 1
src/views/business/performance/experimentalView.vue

@@ -12,7 +12,7 @@
     @open="loadData"
     @close="closeDialog"
   >
-    <div>列表进来</div>
+    <!--<div>列表进来</div>-->
     <el-form
       ref="form"
       :label-width="formLabelWidth"

+ 2 - 1
src/views/business/performance/index.vue

@@ -14,12 +14,13 @@
         <template slot="header">
           <div class="card-title">
             <span>{{ item.target }}</span>
+            <!--
             <el-button
               size="mini"
               icon="ibps-icon-cogs"
               circle
               @click="handleConfig(item.id)"
-            />
+            />-->
           </div>
         </template>
         <div v-for="t in item.methods" :key="t.sn" class="card-item">