xsh_1997 1 週間 前
コミット
7d456191e1
共有2 個のファイルを変更した4 個の追加4 個の削除を含む
  1. 2 2
      ruoyi-ui/src/views/dataModel/grassland/index.vue
  2. 2 2
      ruoyi-ui/src/views/dataModel/grasslandUsage/index.vue

+ 2 - 2
ruoyi-ui/src/views/dataModel/grassland/index.vue

@@ -44,14 +44,14 @@
44 44
             :disabled="!ids.length"
45 45
             @click="handleDeleteBatch"
46 46
           >{{ dmCommon("delete") }}</el-button>
47
-          <el-button
47
+          <!-- <el-button
48 48
             v-hasPermi="['dataModel:grassland:export']"
49 49
             type="warning"
50 50
             plain
51 51
             icon="el-icon-download"
52 52
             size="mini"
53 53
             @click="handleExport"
54
-          >{{ dmCommon("export") }}</el-button>
54
+          >{{ dmCommon("export") }}</el-button> -->
55 55
         </el-form-item>
56 56
       </el-form>
57 57
     </el-card>

+ 2 - 2
ruoyi-ui/src/views/dataModel/grasslandUsage/index.vue

@@ -44,14 +44,14 @@
44 44
             :disabled="!ids.length"
45 45
             @click="handleDeleteBatch"
46 46
           >{{ dmCommon("delete") }}</el-button>
47
-          <el-button
47
+          <!-- <el-button
48 48
             v-hasPermi="['dataModel:grasslandUsage:export']"
49 49
             type="warning"
50 50
             plain
51 51
             icon="el-icon-download"
52 52
             size="mini"
53 53
             @click="handleExport"
54
-          >{{ dmCommon("export") }}</el-button>
54
+          >{{ dmCommon("export") }}</el-button> -->
55 55
         </el-form-item>
56 56
       </el-form>
57 57
     </el-card>