产值计划

This commit is contained in:
2025-08-09 18:02:32 +08:00
parent bebd4e3a2e
commit c7340572c9
22 changed files with 657 additions and 307 deletions

View File

@ -18,9 +18,6 @@
<el-card shadow="never">
<template #header>
<el-row :gutter="10" class="mb8">
<el-col :span="1.5">
<el-button type="warning" plain icon="Download" @click="handleExport" v-hasPermi="['out:valueAllocation:export']">导出</el-button>
</el-col>
<right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar>
</el-row>
</template>