Browse Source

remove 删除OSS配置页面无用按钮

疯狂的狮子li 3 năm trước cách đây
mục cha
commit
8c09c30ca0
1 tập tin đã thay đổi với 0 bổ sung11 xóa
  1. 0 11
      ruoyi-ui/src/views/system/oss/config.vue

+ 0 - 11
ruoyi-ui/src/views/system/oss/config.vue

@@ -69,17 +69,6 @@
           v-hasPermi="['system:oss:remove']"
         >删除</el-button>
       </el-col>
-      <el-col :span="1.5">
-        <el-button
-          type="warning"
-          plain
-          icon="el-icon-download"
-          size="mini"
-          :loading="exportLoading"
-          @click="handleExport"
-          v-hasPermi="['system:ossConfig:export']"
-        >导出</el-button>
-      </el-col>
       <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
     </el-row>