yrik 4 years ago
parent
commit
db3f5a1819

+ 1 - 1
ruoyi-ui/src/components/DynamicForms/index.vue

@@ -116,7 +116,7 @@
           this.formConfig.disabshow = false
         }
         if(this.formConfig.fkInfo == null){
-            this.formConfig.fkInfo=false
+          this.formConfig.fkInfo=false
         }
       }
       this.init()

+ 1 - 1
ruoyi-ui/src/components/FormItemComponent/index.vue

@@ -23,7 +23,7 @@
     <p v-if="buttonType">
       <el-button type="primary" plain icon="el-icon-search" @click="search">搜索</el-button>
       <el-button icon="el-icon-refresh" size="mini" @click="reset">重置</el-button>
-      </p>
+    </p>
   </div>
 </template>
 <script>

+ 3 - 3
ruoyi-ui/src/views/system/table/index.vue

@@ -5,13 +5,13 @@
       <el-divider></el-divider> -->
       <div class="imge_tab">
         <img src="../../../assets/images/pic_sy_ytj.png" alt="" v-if="imgShoew == 2" >
-         <img src="../../../assets/images/pic_sy_shz.png" alt="" v-if="imgShoew == 4" >
-          <img src="../../../assets/images/pic_sy_ybh.png" alt="" v-if="imgShoew == 3" >
+        <img src="../../../assets/images/pic_sy_shz.png" alt="" v-if="imgShoew == 4" >
+        <img src="../../../assets/images/pic_sy_ybh.png" alt="" v-if="imgShoew == 3" >
       </div>
       <div class="table_headerBtun table_headerBtuntwo" v-if="queryData.buttonList">
         <el-button type="primary" size="mini" plain v-for="(item,index) in jeigneutwo" :key="index" @click="handleQuery(item)">{{item}}</el-button>
       </div>
-    </div>
+    </div>    
     <!-- 内容 -->
     <div class="table_nav headertable_nav" >
       <el-collapse v-model="activeNames" @change="handleChange">