jiawuxian 2 lat temu
rodzic
commit
fc88a948cf

+ 2 - 2
src/views/check/task/index.vue

@@ -311,14 +311,14 @@
                 <el-button
                   type="text"
                   @click="showDetail(r.row)"
-                  v-hasPermi="['resumption:taskManager:query']"
+                  v-hasPermi="['core:task:query']"
                   >详情</el-button
                 >
                 <el-button
                   type="text"
                   @click="showscanRecord(r.row)"
                   v-if="r.row.status == 2 || r.row.status == 3"
-                  v-hasPermi="['resumption:taskManager:query']"
+                  v-hasPermi="['core:task:query']"
                   >扫描记录</el-button
                 >
                 <el-button

+ 1 - 1
src/views/monitor/job/index.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="app-container">
-    <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">
+    <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch">
       <el-form-item label="任务名称" prop="jobName">
         <el-input
           v-model="queryParams.jobName"

+ 1 - 0
src/views/system/menu/index.vue

@@ -99,6 +99,7 @@
 
 
     <el-table
+      size="small"
       v-if="refreshTable"
       height="700px"
       v-loading="loading"