Browse Source

监控调阅任务

ouyang 2 năm trước cách đây
mục cha
commit
e0548129e6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/core/task/index.vue

+ 1 - 1
src/views/core/task/index.vue

@@ -130,7 +130,7 @@
             @click="lookView(scope.row)"
             v-if="scope.row.status == 2"
             v-hasPermi="['core:task:query']"
-          >查看</el-button>
+          >详情</el-button>
         </template>
       </el-table-column>
     </el-table>