|
|
@@ -56,8 +56,26 @@ Page({
|
|
|
// 路由
|
|
|
routeObjName: 'transfer',
|
|
|
// 主键Id
|
|
|
- primaryKey: 'trfId',
|
|
|
- tableData: [{ collectStatus: '11', collectAmount: 1000, }]
|
|
|
+ primaryKey: 'trfId',
|
|
|
+ // 列表区(脚部金额)
|
|
|
+ footerAmount: {
|
|
|
+ name: 'amtTrf',
|
|
|
+ title: mixins.$t('totalAmount')
|
|
|
+ },
|
|
|
+ // 列表区(脚部信息)
|
|
|
+ footerInfo: [{ name: 'amtTrf', }],
|
|
|
+contentnFootList: [
|
|
|
+ {
|
|
|
+ title: mixins.$t('totalAmount'),
|
|
|
+ code: 'amtTrf',
|
|
|
+ content: 0,
|
|
|
+ type: 'number'
|
|
|
+ }, {
|
|
|
+ type: 'count',
|
|
|
+ code: 'count',
|
|
|
+ bill: 1,
|
|
|
+ }
|
|
|
+],
|
|
|
},
|
|
|
|
|
|
/**
|