mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 03:42:53 +08:00
时间区间修改
This commit is contained in:
@@ -9,15 +9,7 @@
|
||||
</template>
|
||||
</van-search>
|
||||
</div>
|
||||
<FieldDatePicter
|
||||
@confirm="onDateConfirm"
|
||||
label="应交日"
|
||||
name="应交日"
|
||||
:value.sync="payDate"
|
||||
:maxDate="maxDate"
|
||||
type="year-month"
|
||||
:flag="true"
|
||||
></FieldDatePicter>
|
||||
<FieldDatePicter @confirm="onDateConfirm" label="应交日" name="应交日" :value.sync="payDate" type="year-month" :flag="true"></FieldDatePicter>
|
||||
<van-tabs v-model="active" sticky @change="tabChange" class="changeTab">
|
||||
<van-tab title="应收未收" :name="0"></van-tab>
|
||||
<van-tab title="已交费" :name="1"></van-tab>
|
||||
@@ -139,7 +131,6 @@ export default {
|
||||
invalidList: [],
|
||||
active: 0,
|
||||
isShow: false,
|
||||
maxDate: new Date(),
|
||||
src: this.$assetsUrl + 'images/background.png'
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user