fix: 统一功能优化完善。
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<view class="item-header">
|
||||
<view class="header-row">
|
||||
<view class="card-icon">
|
||||
<uni-icons type="wallet-filled" size="20" color="#ffffff"></uni-icons>
|
||||
<uni-icons type="calendar-filled" size="20" color="#ffffff"></uni-icons>
|
||||
</view>
|
||||
<text class="time-text">{{ item.repaymentDate }}</text>
|
||||
<text class="type-text">第{{ item.periods }}期</text>
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
<view class="item-header">
|
||||
<view class="first-row">
|
||||
<view class="card-icon">
|
||||
<uni-icons type="wallet-filled" size="20" color="#ffffff"></uni-icons>
|
||||
<uni-icons type="calendar-filled" size="20" color="#ffffff"></uni-icons>
|
||||
</view>
|
||||
<text class="card-name">{{ item.bankNameCode }}</text>
|
||||
<text class="card-date">{{ item.installmentDate }}</text>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<view class="item-header">
|
||||
<view class="card-name-section">
|
||||
<view class="card-icon">
|
||||
<uni-icons type="bars" size="20" color="#ffffff"></uni-icons>
|
||||
<uni-icons type="chatboxes" size="20" color="#ffffff"></uni-icons>
|
||||
</view>
|
||||
<text class="card-date">{{ item.createTime }}</text>
|
||||
</view>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<view class="item-header">
|
||||
<view class="date-row">
|
||||
<view class="card-icon">
|
||||
<uni-icons type="bars" size="20" color="#ffffff"></uni-icons>
|
||||
<uni-icons type="chatboxes" size="20" color="#ffffff"></uni-icons>
|
||||
</view>
|
||||
<text class="bill-name" v-if="item.name">{{ item.name }}</text>
|
||||
<text class="card-date">({{ item.billDatePeriod }})</text>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<view class="item-header">
|
||||
<view class="header-row">
|
||||
<view class="card-icon">
|
||||
<uni-icons type="wallet-filled" size="20" color="#ffffff"></uni-icons>
|
||||
<uni-icons type="calendar" size="20" color="#ffffff"></uni-icons>
|
||||
</view>
|
||||
<text class="account-name">{{ item.repaymentAccountName }}</text>
|
||||
<text class="status-badge" :class="item.postingState === '1' ? 'paid' : 'unpaid'">{{ dictStr(item.postingState, postingStateList) }}</text>
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
<view class="item-header">
|
||||
<view class="first-row">
|
||||
<view class="card-icon">
|
||||
<uni-icons type="wallet-filled" size="20" color="#ffffff"></uni-icons>
|
||||
<uni-icons type="calendar" size="20" color="#ffffff"></uni-icons>
|
||||
</view>
|
||||
<text class="card-name">{{ item.bankNameCode }}</text>
|
||||
<text class="card-date">{{ item.installmentDate }}</text>
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<view class="list-item" @click="enterDetails(item)">
|
||||
<view class="item-header">
|
||||
<view class="card-icon">
|
||||
<uni-icons type="wallet-filled" size="20" color="#ffffff"></uni-icons>
|
||||
<uni-icons type="person-filled" size="20" color="#ffffff"></uni-icons>
|
||||
</view>
|
||||
<text class="card-status">{{ dictStr(item.state, settleStateList) }}</text>
|
||||
<text class="card-date">{{ item.installmentDate }}</text>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<view class="item-header">
|
||||
<view class="card-name-section">
|
||||
<view class="card-icon">
|
||||
<uni-icons type="bars" size="20" color="#ffffff"></uni-icons>
|
||||
<uni-icons type="flag-filled" size="20" color="#ffffff"></uni-icons>
|
||||
</view>
|
||||
<text class="card-date">{{ item.createTime }}</text>
|
||||
</view>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<view class="item-header">
|
||||
<view class="date-row">
|
||||
<view class="card-icon">
|
||||
<uni-icons type="bars" size="20" color="#ffffff"></uni-icons>
|
||||
<uni-icons type="flag-filled" size="20" color="#ffffff"></uni-icons>
|
||||
</view>
|
||||
<text class="bill-name" v-if="item.name">{{ item.name }}</text>
|
||||
<text class="card-date">({{ item.billDatePeriod }})</text>
|
||||
|
||||
Reference in New Issue
Block a user