|
@@ -4,6 +4,9 @@
|
|
|
<div class="breadcrumb-title"> 风险清单管理 </div>
|
|
<div class="breadcrumb-title"> 风险清单管理 </div>
|
|
|
</header>
|
|
</header>
|
|
|
<main class="safety-platform-container__main">
|
|
<main class="safety-platform-container__main">
|
|
|
|
|
+ <div style="margin-bottom: 20px;">
|
|
|
|
|
+ <el-button type="primary" @click="$router.push({ name: 'riskManageAdd' })">添加 </el-button>
|
|
|
|
|
+ </div>
|
|
|
<div class="search-form">
|
|
<div class="search-form">
|
|
|
<el-form :inline="true">
|
|
<el-form :inline="true">
|
|
|
<el-form-item label="搜索">
|
|
<el-form-item label="搜索">
|
|
@@ -60,7 +63,6 @@
|
|
|
</el-form>
|
|
</el-form>
|
|
|
|
|
|
|
|
<div>
|
|
<div>
|
|
|
- <el-button type="primary" @click="$router.push({ name: 'riskManageAdd' })">添加 </el-button>
|
|
|
|
|
<el-button type="primary" @click="queryTableList">查询</el-button>
|
|
<el-button type="primary" @click="queryTableList">查询</el-button>
|
|
|
<el-button @click="handleRestParams">重置</el-button>
|
|
<el-button @click="handleRestParams">重置</el-button>
|
|
|
</div>
|
|
</div>
|