|
@@ -120,13 +120,13 @@
|
|
|
|
|
|
|
|
<!-- 列表操作按钮区域 -->
|
|
<!-- 列表操作按钮区域 -->
|
|
|
<div class="list-header">
|
|
<div class="list-header">
|
|
|
- <div class="left-buttons">
|
|
|
|
|
|
|
+ <!-- <div class="left-buttons">
|
|
|
<el-button type="primary" @click="handleBatchConfirm">批量确认人选</el-button>
|
|
<el-button type="primary" @click="handleBatchConfirm">批量确认人选</el-button>
|
|
|
<el-button @click="handleCancelCustomer">批量有关</el-button>
|
|
<el-button @click="handleCancelCustomer">批量有关</el-button>
|
|
|
<el-button @click="handleCancelSection">批量无关</el-button>
|
|
<el-button @click="handleCancelSection">批量无关</el-button>
|
|
|
<el-button type="primary" @click="handleAdd">新增</el-button>
|
|
<el-button type="primary" @click="handleAdd">新增</el-button>
|
|
|
- </div>
|
|
|
|
|
- <div class="right-buttons">
|
|
|
|
|
|
|
+ </div> -->
|
|
|
|
|
+ <!-- <div class="right-buttons">
|
|
|
<div class="export-section">
|
|
<div class="export-section">
|
|
|
<span style="margin-right: 5px; font-size: 14px;">导出方式 </span>
|
|
<span style="margin-right: 5px; font-size: 14px;">导出方式 </span>
|
|
|
<el-select v-model="exportScope" placeholder="本次范围" style="width: 120px; margin-right: 10px;">
|
|
<el-select v-model="exportScope" placeholder="本次范围" style="width: 120px; margin-right: 10px;">
|
|
@@ -136,7 +136,7 @@
|
|
|
<el-button type="primary" @click="handleGenerateTask">审批导出</el-button>
|
|
<el-button type="primary" @click="handleGenerateTask">审批导出</el-button>
|
|
|
</div>
|
|
</div>
|
|
|
<el-button type="primary" @click="handleAddStandardFormat">+ 审批导出周报</el-button>
|
|
<el-button type="primary" @click="handleAddStandardFormat">+ 审批导出周报</el-button>
|
|
|
- </div>
|
|
|
|
|
|
|
+ </div> -->
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<!-- 列表区域 -->
|
|
<!-- 列表区域 -->
|