Ver código fonte

隐藏目标回顾导入按钮

jiangbiao 3 anos atrás
pai
commit
0a0217332d
1 arquivos alterados com 9 adições e 9 exclusões
  1. 9 9
      ui/src/views/plant/targetreview/index.vue

+ 9 - 9
ui/src/views/plant/targetreview/index.vue

@@ -36,15 +36,15 @@
           v-hasPermi="['plant:targetreview:remove']"
         >{{ $t('删除') }}</el-button>
       </el-col>
-      <el-col :span="1.5">
-        <el-button
-          type="info"
-          icon="el-icon-upload2"
-          size="mini"
-          @click="handleImport"
-          v-hasPermi="['plant:targetreview:edit']"
-        >{{ $t('导入') }}</el-button>
-      </el-col>
+<!--      <el-col :span="1.5">-->
+<!--        <el-button-->
+<!--          type="info"-->
+<!--          icon="el-icon-upload2"-->
+<!--          size="mini"-->
+<!--          @click="handleImport"-->
+<!--          v-hasPermi="['plant:targetreview:edit']"-->
+<!--        >{{ $t('导入') }}</el-button>-->
+<!--      </el-col>-->
       <!--<el-col :span="1.5">
         <el-button
           type="warning"