Browse Source

tools项目-在线指数还原工具代码优化

panyong 4 years ago
parent
commit
fd6fe94b57
1 changed files with 2 additions and 2 deletions
  1. 2 2
      htmldev/TBTools/src/views/modules/tools/tools-online.vue

+ 2 - 2
htmldev/TBTools/src/views/modules/tools/tools-online.vue

@@ -49,7 +49,7 @@
             </div>
             <el-form class="mt-20" :label-position="'left'" ref="form" :model="formData0" label-width="90px">
               <el-form-item :label="item.label" v-for="(item, index) in formData0.data" :key="index">
-                <el-input placeholder="请输入内容" v-model="formData0.data[index].value"></el-input>
+                <el-input placeholder="请输入内容" clearable v-model="formData0.data[index].value"></el-input>
               </el-form-item>
             </el-form>
           </el-col>
@@ -93,7 +93,7 @@ export default {
   name: 'toolsOnline',
   data () {
     return {
-      activeName: 'second',
+      activeName: 'first',
       menuData: [
         {
           title: '关键词页面指数【流量指数】',