@@ -15,6 +15,9 @@
<t-td align="center" color="info">{{item.type == 0 ? '店租':item.type==1?'水电':item.type==2?'物业':item.type==3?'伙食':item.type==4?'房租':'其它'}}</t-td>
<t-td align="center" color="info">{{item.amount?parseFloat(item.amount):0}}</t-td>
</t-tr>
+ <t-tr>
+ <t-td align="center" color="info">{{ item.remark }}</t-td>
+ </t-tr>
</view>
</t-table>
</block>
@@ -44,7 +44,7 @@ export default {
title:'支出',
list:[
{name: "工资",img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,url: "/admin/expend/salary"},
- {name: "支出登记",img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,url: "/admin/expend/list"},
+ {name: "支出记录",img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`,url: "/admin/expend/list"},
]
},
{