@@ -269,7 +269,11 @@
width: 160,
prop: 'taxRate',
label: '税率',
- slot: 'taxRate',
+ formatter: (_row, _column, cellValue) => {
+ return _row.taxRate
+ ? _row.taxRate+'%'
+ : '';
+ },
align: 'center'
},
{
@@ -162,6 +162,11 @@
minWidth: 80,
}
// {
@@ -503,7 +503,11 @@
width: 120,
align: 'center',
@@ -348,7 +348,11 @@ export default {
@@ -278,7 +278,11 @@
@@ -292,7 +292,11 @@
show: !this.detailType
@@ -359,7 +359,11 @@
@@ -416,7 +416,11 @@ export default {
@@ -283,6 +283,11 @@
width: 100,
@@ -497,7 +497,11 @@