Browse Source

客户详情列表调整

devlop
buffeyu 4 years ago
parent
commit
44ea3ad2ba
4 changed files with 10 additions and 6 deletions
  1. 5
      pages/client-detail/base-paper-deals.vue
  2. 5
      pages/client-detail/equipment-information.vue
  3. 3
      pages/trade/orderList.vue
  4. 3
      pages/trade/quotationList.vue

5
pages/client-detail/base-paper-deals.vue

@ -58,9 +58,10 @@ export default {
option: {
size: 10,
auto: true,
emptyText: '暂无数据~',
emptyText: '暂无原纸交易~',
background: '#F7F8FA',
disabled: false
disabled: false,
emptyImage: '/static/imgs/order/order-empty.png'
},
params: {
asc: '',

5
pages/client-detail/equipment-information.vue

@ -122,9 +122,10 @@ export default {
option: {
size: 10,
auto: true,
emptyText: '暂无数据~',
emptyText: '暂无设备信息~',
background: '#F7F8FA',
disabled: false
disabled: false,
emptyImage: '/static/imgs/order/order-empty.png'
},
seemoreFlag: 0,
params: {

3
pages/trade/orderList.vue

@ -68,7 +68,8 @@ export default {
auto: true,
emptyText: '暂无订单信息~',
background: '#F7F8FA',
fontSize: '40rpx'
fontSize: '40rpx',
emptyImage: '/static/imgs/client-detail/no-data-icon.png'
},
params: {
asc: '',

3
pages/trade/quotationList.vue

@ -71,7 +71,8 @@ export default {
auto: true,
emptyText: '暂无报价信息~',
background: '#F7F8FA',
fontSize: '40rpx'
fontSize: '40rpx',
emptyImage: '/static/imgs/client-detail/no-data-icon.png'
},
params: {
asc: '',

Loading…
Cancel
Save