xsh_1997 1 ay önce
ebeveyn
işleme
7d456191e1

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

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

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

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