Browse Source

页面更新

sr 4 years ago
parent
commit
56b7518c94

+ 0 - 1
ruoyi-ui/src/views/system/form/index.vue

@@ -239,7 +239,6 @@
       },
       init() {
         getObject(this.objParams).then(res => {
-          console.log(res)
           let data = res.data
           this.queryData = data
           // 图片的显示隐藏

+ 1 - 1
ruoyi-ui/src/views/system/surface/index.vue

@@ -4,7 +4,7 @@
       <!-- <p>单表</p>
       <el-divider></el-divider> -->
       <div class="table_headerBtun" v-if="queryData.buttonList">
-        <el-button type="primary" plain @click="headerBtn(item)" size="small" v-for="(item,index) in queryData.buttonList.split('').filter((res) => {return res!='S'||res!='U'})"
+        <el-button type="primary" plain @click="headerBtn(item)" size="small" v-for="(item,index) in queryData.buttonList.split('').filter((res) => {return res!='S'})"
           :key="index">{{item | btnConversion}}</el-button>
       </div>
       <el-form :model="queryParams" ref="queryForm" :inline="true" v-show="showSearch">