fix: 前端功能优化完善相关字段。
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<u-sticky offsetTop="8rpx" customNavHeight="8rpx">
|
||||
|
||||
<view class="search-view">
|
||||
<u-input v-model="queryParams.accountName" border="false" type="select" @click="handleAccount" placeholder="请选择网贷机构" suffixIcon="search"
|
||||
<u-input v-model="queryParams.accountName" border="false" type="select" @click="handleAccount" placeholder="请选择贷款机构" suffixIcon="search"
|
||||
suffixIconStyle="color: #909399" class="search-input">
|
||||
</u-input>
|
||||
</view>
|
||||
@@ -70,7 +70,7 @@
|
||||
<div class="item">
|
||||
<img src="@/static/images/one.png" alt="" />
|
||||
<div class="info-sum">
|
||||
<div class="title">未结清网贷</div>
|
||||
<div class="title">未结清贷款</div>
|
||||
<div class="num">{{ historyObj.unclearedDetailCount }}<span>笔</span></div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -270,7 +270,7 @@ const end = `${endDate.getFullYear()}-${(endDate.getMonth() + 1).toString().padS
|
||||
function handleAccount() {
|
||||
if (accountList.value[0].length === 0) {
|
||||
proxy.$refs['uToast'].show({
|
||||
message: '网贷机构为空 ', type: 'warning'
|
||||
message: '贷款机构为空 ', type: 'warning'
|
||||
})
|
||||
} else {
|
||||
showAccount.value = true
|
||||
|
||||
Reference in New Issue
Block a user