diff --git a/src/components/Template/CustomTable.vue b/src/components/Template/CustomTable.vue index ca09a7f..077ae6e 100644 --- a/src/components/Template/CustomTable.vue +++ b/src/components/Template/CustomTable.vue @@ -4,7 +4,7 @@
+ :style="{ width: (templateFillType !== 'actFill'&&col.showWidth)?col.showWidth + 'px' :(col.width ? col.width + 'px' : 'auto') }">
{{ $t(col.label) }}
-
({{ +
({{ headerSelectFields[col.headerSelectKey] }})
@@ -34,7 +34,7 @@
+ :style="{ width: (templateFillType !== 'actFill'&&col.showWidth)?col.showWidth + 'px' :(col.width ? col.width + 'px' : 'auto') }">