update
This commit is contained in:
parent
3a133a504e
commit
ad7e905587
@ -68,25 +68,25 @@
|
||||
menuList: [
|
||||
{
|
||||
name: '待审批',
|
||||
src: '../../../../../static/images/expense/type/shenp.png',
|
||||
active: '../../../../../static/images/expense/type/shenpz.png',
|
||||
src: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/shenp.png',
|
||||
active: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/shenpz.png',
|
||||
id: 2000
|
||||
},{
|
||||
name: '已处理',
|
||||
src: '../../../../../static/images/expense/type/yichl.png',
|
||||
active: '../../../../../static/images/expense/type/yichlz.png',
|
||||
src: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/yichl.png',
|
||||
active: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/yichlz.png',
|
||||
id: '3000,9000'
|
||||
},
|
||||
// {
|
||||
// name: '已发起',
|
||||
// src: '@/static/images/expense/type/yifq.png',
|
||||
// active: '@/static/images/expense/type/yifqz.png',
|
||||
// src: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/yifq.png',
|
||||
// active: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/yifqz.png',
|
||||
// id: 2
|
||||
// },
|
||||
{
|
||||
name: '更多筛选',
|
||||
src: '../../../../../static/images/expense/type/shaix.png',
|
||||
active: '../../../../../static/images/expense/type/shaixz.png',
|
||||
src: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/shaix.png',
|
||||
active: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/shaixz.png',
|
||||
id: 4
|
||||
},
|
||||
],
|
||||
|
||||
@ -95,23 +95,23 @@
|
||||
menuList: [
|
||||
{
|
||||
name: '待审批',
|
||||
src: '../../../../../static/images/expense/type/shenp.png',
|
||||
active: '../../../../../static/images/expense/type/shenpz.png',
|
||||
src: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/shenp.png',
|
||||
active: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/shenpz.png',
|
||||
id: 0
|
||||
},{
|
||||
name: '已处理',
|
||||
src: '../../../../../static/images/expense/type/yichl.png',
|
||||
active: '../../../../../static/images/expense/type/yichlz.png',
|
||||
src: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/yichl.png',
|
||||
active: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/yichlz.png',
|
||||
id: 1
|
||||
},{
|
||||
name: '已发起',
|
||||
src: '../../../../../static/images/expense/type/yifq.png',
|
||||
active: '../../../../../static/images/expense/type/yifqz.png',
|
||||
src: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/yifq.png',
|
||||
active: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/yifqz.png',
|
||||
id: 2
|
||||
},{
|
||||
name: '更多筛选',
|
||||
src: '../../../../../static/images/expense/type/shaix.png',
|
||||
active: '../../../../../static/images/expense/type/shaixz.png',
|
||||
src: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/shaix.png',
|
||||
active: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/shaixz.png',
|
||||
id: 4
|
||||
},
|
||||
],
|
||||
|
||||
@ -54,6 +54,9 @@
|
||||
<view>
|
||||
<view class="text">
|
||||
本项目驿达累计分润已达<span class="strong"><span clsas="strong" style="font-size: 14px">¥</span>{{ dataDetail.ROYALTY_PRICE|| '-' }}</span>,<br/>
|
||||
<span v-if="dataDetail.EXPENSE_AMOUNT">其中已扣减水电物业费
|
||||
<span class="strong"><span clsas="strong" style="font-size: 14px">¥</span>{{$util.fmoney(dataDetail.EXPENSE_AMOUNT)}}</span>
|
||||
</span>,<br/>
|
||||
<span v-if="dataDetail.EXPIREDAYS!==0">预计<span class="strong">{{ dataDetail.EXPIREDAYS|| '-' }}</span>后完成</span>
|
||||
<span v-if="dataDetail.EXPIREDAYS===0" class="strong">已完成</span>保底!
|
||||
</view>
|
||||
|
||||
@ -64,23 +64,23 @@ export default {
|
||||
menuList: [
|
||||
{ //列表头部菜单选项标签
|
||||
name: '全部',
|
||||
src: '/static/images/expense/type/yifq.png',
|
||||
active: '/static/images/expense/type/yifqz.png',
|
||||
src: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/yifq.png',
|
||||
active: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/yifqz.png',
|
||||
id: 0
|
||||
}, {
|
||||
name: '待切换',
|
||||
src: '/static/images/expense/type/shenp.png',
|
||||
active: '/static/images/expense/type/shenpz.png',
|
||||
src: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/shenp.png',
|
||||
active: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/shenpz.png',
|
||||
id: 1
|
||||
}, {
|
||||
name: '已切换',
|
||||
src: '/static/images/expense/type/yichl.png',
|
||||
active: '/static/images/expense/type/yichlz.png',
|
||||
src: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/yichl.png',
|
||||
active: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/yichlz.png',
|
||||
id: 2
|
||||
}, {
|
||||
name: '更多筛选',
|
||||
src: '/static/images/expense/type/shaix.png',
|
||||
active: '/static/images/expense/type/shaixz.png',
|
||||
src: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/shaix.png',
|
||||
active: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/shaixz.png',
|
||||
id: 99
|
||||
} ],
|
||||
activeType: 0, // 选中的延期类型
|
||||
|
||||
@ -120,23 +120,23 @@
|
||||
menuList: [
|
||||
{
|
||||
name: '待审批',
|
||||
src: '../../../../../static/images/expense/type/shenp.png',
|
||||
active: '../../../../../static/images/expense/type/shenpz.png',
|
||||
src: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/shenp.png',
|
||||
active: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/shenpz.png',
|
||||
id: 0
|
||||
},{
|
||||
name: '已处理',
|
||||
src: '../../../../../static/images/expense/type/yichl.png',
|
||||
active: '../../../../../static/images/expense/type/yichlz.png',
|
||||
src: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/yichl.png',
|
||||
active: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/yichlz.png',
|
||||
id: 1
|
||||
},{
|
||||
name: '已发起',
|
||||
src: '../../../../../static/images/expense/type/yifq.png',
|
||||
active: '../../../../../static/images/expense/type/yifqz.png',
|
||||
src: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/yifq.png',
|
||||
active: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/yifqz.png',
|
||||
id: 2
|
||||
},{
|
||||
name: '更多筛选',
|
||||
src: '../../../../../static/images/expense/type/shaix.png',
|
||||
active: '../../../../../static/images/expense/type/shaixz.png',
|
||||
src: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/shaix.png',
|
||||
active: 'https://eshangtech.com/ShopICO/ahyd-BID/expense/type/shaixz.png',
|
||||
id: 4
|
||||
},
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user