🦄 refactor: 项目盈亏筛选样式优化
This commit is contained in:
@@ -63,18 +63,26 @@
|
|||||||
</uni-section>
|
</uni-section>
|
||||||
|
|
||||||
<uni-section title="项目状态" type="line" class="filter-section">
|
<uni-section title="项目状态" type="line" class="filter-section">
|
||||||
<view class="uni-px-5 uni-pb-5">
|
<view class="filter-item">
|
||||||
|
<view class="filter-label">
|
||||||
|
项目状态
|
||||||
|
</view>
|
||||||
<uni-data-checkbox
|
<uni-data-checkbox
|
||||||
v-model="radioProjectStatus"
|
v-model="radioProjectStatus"
|
||||||
:localdata="projectStatusOptions"
|
:localdata="projectStatusOptions"
|
||||||
@change="handleStatusChange"
|
@change="handleStatusChange"
|
||||||
|
mode="button"
|
||||||
></uni-data-checkbox>
|
></uni-data-checkbox>
|
||||||
</view>
|
</view>
|
||||||
</uni-section>
|
</uni-section>
|
||||||
|
|
||||||
<uni-section title="贸易属性" type="line" class="filter-section">
|
<uni-section title="贸易属性" type="line" class="filter-section">
|
||||||
<view class="uni-px-5 uni-pb-5">
|
<view class="filter-item">
|
||||||
|
<view class="filter-label">
|
||||||
|
贸易类型
|
||||||
|
</view>
|
||||||
<uni-data-checkbox
|
<uni-data-checkbox
|
||||||
|
mode="button"
|
||||||
v-model="radioDomestic"
|
v-model="radioDomestic"
|
||||||
:localdata="domesticOptions"
|
:localdata="domesticOptions"
|
||||||
@change="handleDomesticChange"
|
@change="handleDomesticChange"
|
||||||
@@ -131,8 +139,12 @@
|
|||||||
</uni-section>
|
</uni-section>
|
||||||
|
|
||||||
<uni-section title="盈亏类型" type="line" class="filter-section">
|
<uni-section title="盈亏类型" type="line" class="filter-section">
|
||||||
<view class="uni-px-5 uni-pb-5">
|
<view class="filter-item">
|
||||||
|
<view class="filter-label">
|
||||||
|
盈亏类型
|
||||||
|
</view>
|
||||||
<uni-data-checkbox
|
<uni-data-checkbox
|
||||||
|
mode="button"
|
||||||
v-model="radioProfitType"
|
v-model="radioProfitType"
|
||||||
:localdata="profitTypeOptions"
|
:localdata="profitTypeOptions"
|
||||||
@change="handleProfitTypeChange"
|
@change="handleProfitTypeChange"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
<fad-collapse title="库存趋势分析">
|
<fad-collapse title="库存趋势分析">
|
||||||
<!-- 标题右侧额外内容:日期选择器 -->
|
<!-- 标题右侧额外内容:日期选择器 -->
|
||||||
<template #extra>
|
<template #extra>
|
||||||
<picker mode="date" fields="month" :value="selectedDate" @change="onDateChange">
|
<picker @click.stop mode="date" fields="month" :value="selectedDate" @change="onDateChange">
|
||||||
<view class="picker-view">
|
<view class="picker-view">
|
||||||
<uni-icons type="calendar" size="20" color="#666" class="icon-margin"></uni-icons>
|
<uni-icons type="calendar" size="20" color="#666" class="icon-margin"></uni-icons>
|
||||||
<text>{{ selectedDate }}</text>
|
<text>{{ selectedDate }}</text>
|
||||||
|
|||||||
Reference in New Issue
Block a user