@@ -592,6 +592,14 @@
showOverflowTooltip: true
}
: '',
+ this.isPrice == 1
+ ? {
+ prop: 'totalMoney',
+ label: '金额',
+ showOverflowTooltip: true
+ }
+ : '',
+
this.selectedDime == 2
? {
prop: 'createTime',