mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-24 10:12:54 +08:00
细节调整1
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user