feat(layout): rm mask
This commit is contained in:
parent
47f344195e
commit
010d65af5b
|
@ -3,11 +3,11 @@
|
|||
:class="classObj"
|
||||
class="app-wrapper"
|
||||
>
|
||||
<div
|
||||
<!-- <div
|
||||
v-if="device === 'mobile' && sidebar.opened"
|
||||
class="drawer-bg"
|
||||
@click="handleClickOutside"
|
||||
/>
|
||||
/> -->
|
||||
<div class="top_notice">
|
||||
<div class="kuang" @click="ucenterTap">
|
||||
<img
|
||||
|
|
|
@ -47,11 +47,11 @@
|
|||
size="small"
|
||||
class="my_search"
|
||||
@click="getDataList"
|
||||
> {{ '搜索' }}</el-button>
|
||||
> 搜索</el-button>
|
||||
<el-button
|
||||
class="my_reset"
|
||||
@click="reset"
|
||||
> {{ '重置' }}</el-button>
|
||||
> 重置</el-button>
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
||||
|
@ -140,7 +140,6 @@
|
|||
import * as api from '@/api/settle.js'
|
||||
import { isLocalSymbol, stateFormat, toThousandthAndKeepDecimal } from '@/utils/numberToCurrency'
|
||||
import { mapGetters } from 'vuex'
|
||||
import dayjs from 'dayjs'
|
||||
import { getBeforeDays } from '@/utils/date'
|
||||
export default {
|
||||
name: 'BonusExpansionDelay',
|
||||
|
|
Loading…
Reference in New Issue