|
|
|
@ -40,8 +40,8 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="16" style="text-align: right;padding-right: 20px;">
|
|
|
|
|
<el-form-item>
|
|
|
|
|
<el-button size="mini" @click="resetQuery('queryFrom')">重置</el-button>
|
|
|
|
|
<el-button size="mini" type="primary" @click="handleQuery('queryFrom')">查询</el-button>
|
|
|
|
|
<el-button size="default" @click="resetQuery('queryFrom')">重置</el-button>
|
|
|
|
|
<el-button size="default" type="primary" @click="handleQuery('queryFrom')">查询</el-button>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
@ -52,10 +52,10 @@
|
|
|
|
|
<span class="search-title-span">任务列表</span>
|
|
|
|
|
<el-row :gutter="10" class="mb8">
|
|
|
|
|
<el-col :span="1.5">
|
|
|
|
|
<el-button type="warning" plain icon="el-icon-download" size="mini" @click="handleExport">导出</el-button>
|
|
|
|
|
<el-button type="warning" plain icon="el-icon-download" size="default" @click="handleExport">导出</el-button>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="1.5">
|
|
|
|
|
<el-button type="primary" plain icon="el-icon-plus" size="mini" @click="handleAdd">任务创建</el-button>
|
|
|
|
|
<el-button type="primary" plain icon="el-icon-plus" size="default" @click="handleAdd">任务创建</el-button>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
</div>
|
|
|
|
@ -171,8 +171,8 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="3" style="text-align: right;padding-right: 20px;">
|
|
|
|
|
<el-form-item class="unit-form">
|
|
|
|
|
<el-button size="mini" @click="resetQuery('queryFrom')">重置</el-button>
|
|
|
|
|
<el-button size="mini" type="primary" @click="handleQuery('queryFrom')">查询</el-button>
|
|
|
|
|
<el-button size="default" @click="resetQuery('queryFrom')">重置</el-button>
|
|
|
|
|
<el-button size="default" type="primary" @click="handleQuery('queryFrom')">查询</el-button>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|