Pārlūkot izejas kodu

可视化统计

wangtong 1 gadu atpakaļ
vecāks
revīzija
57ec1bce28

+ 1 - 1
.env.development

@@ -1,5 +1,5 @@
 # 页面标题
-VUE_APP_TITLE = RuoYi-Vue-Plus后台管理系统
+VUE_APP_TITLE = 贞达市政后台管理系统
 
 # 开发环境配置
 ENV = 'development'

+ 8 - 8
src/views/zdsz/area/index.vue

@@ -146,14 +146,14 @@
       <el-table-column label="备注" align="center" prop="remark" show-overflow-tooltip/>
       <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
         <template slot-scope="scope">
-          <el-button v-if="scope.row.releaseIs ==='001'"
-                     size="mini"
-                     type="text"
-                     icon="el-icon-edit"
-                     @click="handleRelease(scope.row)"
-                     v-hasPermi="['gas:area:edit']"
-          >释放
-          </el-button>
+<!--          <el-button v-if="scope.row.releaseIs ==='001'"-->
+<!--                     size="mini"-->
+<!--                     type="text"-->
+<!--                     icon="el-icon-edit"-->
+<!--                     @click="handleRelease(scope.row)"-->
+<!--                     v-hasPermi="['gas:area:edit']"-->
+<!--          >释放-->
+<!--          </el-button>-->
           <el-button v-if="scope.row.releaseIs ==='001'"
                      type="text"
                      plain

+ 6 - 6
src/views/zdsz/enginee/material/material_statistics/index.vue

@@ -73,12 +73,12 @@
                 <el-form-item>
                   <el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery">搜索</el-button>
                   <el-button icon="el-icon-refresh" size="mini" @click="resetQuery">重置</el-button>
-                  <el-button
-                    icon="el-icon-download"
-                    @click="handleExport"
-                    size="mini"
-                    v-hasPermi="['zdsz:visual_house:export']"
-                  >导出</el-button>
+<!--                  <el-button-->
+<!--                    icon="el-icon-download"-->
+<!--                    @click="handleExport"-->
+<!--                    size="mini"-->
+<!--                    v-hasPermi="['zdsz:visual_house:export']"-->
+<!--                  >导出</el-button>-->
                 </el-form-item>
               </el-form>