shish 4 лет назад
Родитель
Сommit
bd5b7b60c6
2 измененных файлов с 4 добавлено и 1 удалено
  1. 3 0
      ghsApp/src/admin/expend/list.vue
  2. 1 1
      ghsApp/src/admin/home/apply.vue

+ 3 - 0
ghsApp/src/admin/expend/list.vue

@@ -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.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-td align="center" color="info">{{item.amount?parseFloat(item.amount):0}}</t-td>
 					</t-tr>
 					</t-tr>
+					<t-tr>
+						<t-td align="center" color="info">{{ item.remark }}</t-td>
+					</t-tr>
 				</view>
 				</view>
 			</t-table>
 			</t-table>
 		</block>
 		</block>

+ 1 - 1
ghsApp/src/admin/home/apply.vue

@@ -44,7 +44,7 @@ export default {
                     title:'支出',
                     title:'支出',
                     list:[
                     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/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"},
                     ]
                     ]
                 },
                 },
                 {
                 {