Merge branch 'master' of https://e.coding.net/g-cphe0354/cashier/cashier-web into ymf_test
This commit is contained in:
commit
273684678b
|
|
@ -108,7 +108,7 @@
|
|||
<el-radio-button value="month">本月</el-radio-button>
|
||||
<el-radio-button value="custom">自定义</el-radio-button>
|
||||
</el-radio-group>
|
||||
<div class="flex" v-if="timeValue === 'custom'">
|
||||
<div class="flex" v-if="timeValue === 'custom' || !item.attrs?.showFastEdit">
|
||||
<el-date-picker v-model="queryParams[item.prop]" v-bind="item.attrs" />
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue