|
@@ -1,6 +1,9 @@
|
|
|
<template>
|
|
|
<div class="app-container">
|
|
|
- <!-- 搜索工作栏 -->
|
|
|
+ <doc-alert title="定时任务" url="https://doc.iocoder.cn/job/" />
|
|
|
+ <doc-alert title="异步任务" url="https://doc.iocoder.cn/async-task/" />
|
|
|
+ <doc-alert title="消息队列" url="https://doc.iocoder.cn/message-queue/" />
|
|
|
+ <!-- 搜索栏 -->
|
|
|
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="120px">
|
|
|
<el-form-item label="处理器的名字" prop="handlerName">
|
|
|
<el-input v-model="queryParams.handlerName" placeholder="请输入处理器的名字" clearable @keyup.enter.native="handleQuery"/>
|