|
@@ -1,8 +1,8 @@
|
|
<template>
|
|
<template>
|
|
<hc-tab-card :tabs="tabsData" :tab-key="tabsKey" @change="tabsClick">
|
|
<hc-tab-card :tabs="tabsData" :tab-key="tabsKey" @change="tabsClick">
|
|
- <template v-if="tabsKey === '1'" #extra>
|
|
|
|
|
|
+ <!-- template v-if="tabsKey === '1'" #extra>
|
|
<el-button :disabled="tableCheckedKeys.length <= 0" hc-btn type="primary" @click="batchApprovalTaskClick">批量审批</el-button>
|
|
<el-button :disabled="tableCheckedKeys.length <= 0" hc-btn type="primary" @click="batchApprovalTaskClick">批量审批</el-button>
|
|
- </template>
|
|
|
|
|
|
+ </template -->
|
|
<template #search>
|
|
<template #search>
|
|
<div class="w-32">
|
|
<div class="w-32">
|
|
<el-select v-model="searchForm.typeValue" clearable block placeholder="任务类型">
|
|
<el-select v-model="searchForm.typeValue" clearable block placeholder="任务类型">
|