|
@@ -1,20 +1,20 @@
|
|
|
<template>
|
|
|
<div class="white pa-3">
|
|
|
<m-search :items="searchItems" v-model="searchValues" class="mb-3" @search="onSearch">
|
|
|
- <!-- <template #button>
|
|
|
- <m-button type="primary" plain @click="onSave">提交所有临时文件</m-button>
|
|
|
- </template> -->
|
|
|
+ <template #button>
|
|
|
+ <m-button size="small" type="primary" plain icon="el-icon-finished" :loading="submitLoading" @click="onSave">提交当前临时文件</m-button>
|
|
|
+ </template>
|
|
|
</m-search>
|
|
|
<m-table
|
|
|
:headers="headers"
|
|
|
:items="items"
|
|
|
v-loading="loading"
|
|
|
>
|
|
|
- <template #header>
|
|
|
+ <!-- <template #header>
|
|
|
<div class="header">
|
|
|
<m-button size="small" type="primary" icon="el-icon-finished" :loading="submitLoading" @click="onSave">提交当前临时文件</m-button>
|
|
|
</div>
|
|
|
- </template>
|
|
|
+ </template> -->
|
|
|
<template #month>
|
|
|
{{ queryValues.month }}
|
|
|
</template>
|