diff --git a/src/components/jeecg/JVxeTable/src/JVxeTable.ts b/src/components/jeecg/JVxeTable/src/JVxeTable.ts index e88b659..a6da7bf 100644 --- a/src/components/jeecg/JVxeTable/src/JVxeTable.ts +++ b/src/components/jeecg/JVxeTable/src/JVxeTable.ts @@ -42,6 +42,7 @@ export default defineComponent({ return h( 'div', { + class: this.$attrs.class, style: this.$attrs.style, }, h( diff --git a/src/components/jeecg/JVxeTable/src/componentMap.ts b/src/components/jeecg/JVxeTable/src/componentMap.ts index ab2707a..72dcf75 100644 --- a/src/components/jeecg/JVxeTable/src/componentMap.ts +++ b/src/components/jeecg/JVxeTable/src/componentMap.ts @@ -24,7 +24,13 @@ const componentMap = new Map(); export const spanEnds: string = ':span'; /** 定义不能用于注册的关键字 */ -export const excludeKeywords: Array = [JVxeTypes.hidden, JVxeTypes.rowNumber, JVxeTypes.rowCheckbox, JVxeTypes.rowRadio, JVxeTypes.rowExpand]; +export const excludeKeywords: Array = [ + JVxeTypes.hidden, + JVxeTypes.rowNumber, + JVxeTypes.rowCheckbox, + JVxeTypes.rowRadio, + JVxeTypes.rowExpand, +]; /** * 注册组件 diff --git a/src/components/jeecg/JVxeTable/src/components/cells/JVxeDateCell.vue b/src/components/jeecg/JVxeTable/src/components/cells/JVxeDateCell.vue index 658dcb4..9dc1159 100644 --- a/src/components/jeecg/JVxeTable/src/components/cells/JVxeDateCell.vue +++ b/src/components/jeecg/JVxeTable/src/components/cells/JVxeDateCell.vue @@ -1,10 +1,19 @@ + \ No newline at end of file diff --git a/src/components/jeecg/JVxeTable/src/components/cells/JVxeRadioCell.vue b/src/components/jeecg/JVxeTable/src/components/cells/JVxeRadioCell.vue index 2fdd473..503adf5 100644 --- a/src/components/jeecg/JVxeTable/src/components/cells/JVxeRadioCell.vue +++ b/src/components/jeecg/JVxeTable/src/components/cells/JVxeRadioCell.vue @@ -1,6 +1,8 @@ diff --git a/src/components/jeecg/JVxeTable/src/components/cells/JVxeTextareaCell.vue b/src/components/jeecg/JVxeTable/src/components/cells/JVxeTextareaCell.vue index df9db7d..fa892ef 100644 --- a/src/components/jeecg/JVxeTable/src/components/cells/JVxeTextareaCell.vue +++ b/src/components/jeecg/JVxeTable/src/components/cells/JVxeTextareaCell.vue @@ -1,5 +1,14 @@