|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <a-card>
|
|
|
+ <a-card size="small">
|
|
|
<a-spin :spinning="spinning" tip="Loading...">
|
|
|
<a-tabs v-model="activeKey" type="card" @change="callback">
|
|
|
<a-tab-pane :key="item.id" :tab="item.name" v-for="item in tabsList">
|
|
@@ -162,6 +162,7 @@ export default {
|
|
|
{ title: '德路斯机油', dataIndex: 'dlsJyAmount', width: 50, align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
|
|
|
{ title: '德路斯刹车油', dataIndex: 'dlsScyAmount', width: 50, align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
|
|
|
{ title: '德路斯变速箱油', dataIndex: 'dlsBsxyAmount', width: 50, align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
|
|
|
+ { title: '德路斯汽车养护产品', dataIndex: 'dlsQcyhAmount', width: 50, align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
|
|
|
{ title: '德路斯合计', dataIndex: 'dlsAmount', width: 50, align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
|
|
|
{ title: '稳升点火线圈', dataIndex: 'wsDhxqAmount', width: 50, align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
|
|
|
{ title: '稳升灯泡', dataIndex: 'wsDpAmount', width: 50, align: 'center', customRender: function (text) { return ((text || text == 0) ? text : '--') } },
|