细节调整1

This commit is contained in:
wangxuemei
2024-09-10 17:46:17 +08:00
parent 1b0d87221f
commit ba7add01b7
5 changed files with 27 additions and 16 deletions

View File

@@ -89,19 +89,12 @@
<UploadOutlined /> 一键生成讲师费
</a-button>
</div> -->
<a-upload
multiple
:headers="headers"
:show-upload-list="false"
:before-upload="beforeUpload2"
>
<a-button class="resetbtn" @click="handleImport()">
<a-button class="resetbtn" @click="handleImport()" >
<DownloadOutlined /> 导入
</a-button>
</a-upload>
<a-button @click="handleExport()" class="resetbtn">
<UploadOutlined /> 导出
</a-button>
<a-button @click="handleExport()" class="resetbtn">
<UploadOutlined /> 导出
</a-button>
<div style="line-height: 40px;" >当前页面汇总金额<span style="line-height: 40px; font-size: 24px; color: rgb(207, 34, 34) ;font-weight: 600;">1,230,490</span> 当前总汇总金额<span style="line-height: 40px; font-size: 24px; color: rgb(207, 34, 34) ;font-weight: 600;">9,230,490</span></div>
</div>
@@ -391,7 +384,7 @@
</a-button>
</div>
</a-drawer>
<ImportWork v-model:showWork="showWork" :url="'/importTeacherCourseRecord'"></ImportWork>
<ImportWork v-model:showWork="showWork" :url="'/importTeacherCourseRecord'" :title="title"></ImportWork>
</div>
</template>
@@ -421,11 +414,13 @@
UploadOutlined,//图标--导出
DownloadOutlined,//图标-导入
FolderAddOutlined,//图标--新增
SearchTeacher
SearchTeacher,
ImportWork,
},
setup() {
const formRef = ref();
const state = reactive({
title:'导入讲师费记录',
teachingdialog:false,
showWork: false,
vf:true,