mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-01 13:40:46 +00:00
perf: 导出签到/任务统计会员数增加到最多可选100个
This commit is contained in:
parent
786c059732
commit
98541007c4
@ -5,8 +5,8 @@
|
||||
:mask-closable="false">
|
||||
<Form ref="export" :model="formData" label-width="auto" @submit.native.prevent>
|
||||
<FormItem :label="$L('导出成员')">
|
||||
<UserInput v-model="formData.userid" :multiple-max="20" :placeholder="$L('请选择成员')"/>
|
||||
<div class="form-tip">{{$L('每次最多选择导出20个成员')}}</div>
|
||||
<UserInput v-model="formData.userid" :multiple-max="100" :placeholder="$L('请选择成员')"/>
|
||||
<div class="form-tip">{{$L('每次最多选择导出100个成员')}}</div>
|
||||
</FormItem>
|
||||
<FormItem :label="$L('签到日期')">
|
||||
<DatePicker
|
||||
|
||||
@ -5,8 +5,8 @@
|
||||
:mask-closable="false">
|
||||
<Form ref="exportTask" :model="formData" label-width="auto" @submit.native.prevent>
|
||||
<FormItem :label="$L('导出成员')">
|
||||
<UserInput v-model="formData.userid" :multiple-max="20" :placeholder="$L('请选择成员')"/>
|
||||
<div class="form-tip">{{$L('每次最多选择导出20个成员')}}</div>
|
||||
<UserInput v-model="formData.userid" :multiple-max="100" :placeholder="$L('请选择成员')"/>
|
||||
<div class="form-tip">{{$L('每次最多选择导出100个成员')}}</div>
|
||||
</FormItem>
|
||||
<FormItem :label="$L('时间范围')">
|
||||
<DatePicker
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user