diff --git a/hangtag-ui/hangtag-ui-admin/src/components/Dialog/src/ProductInfoListDialog/index.vue b/hangtag-ui/hangtag-ui-admin/src/components/Dialog/src/ProductInfoListDialog/index.vue
index be83138..035650e 100644
--- a/hangtag-ui/hangtag-ui-admin/src/components/Dialog/src/ProductInfoListDialog/index.vue
+++ b/hangtag-ui/hangtag-ui-admin/src/components/Dialog/src/ProductInfoListDialog/index.vue
@@ -95,7 +95,7 @@
\ No newline at end of file
+
diff --git a/hangtag-ui/hangtag-ui-admin/src/views/system/codingrules/index.vue b/hangtag-ui/hangtag-ui-admin/src/views/system/codingrules/index.vue
index 0318984..75fffb3 100644
--- a/hangtag-ui/hangtag-ui-admin/src/views/system/codingrules/index.vue
+++ b/hangtag-ui/hangtag-ui-admin/src/views/system/codingrules/index.vue
@@ -67,13 +67,6 @@
-
{
onMounted(() => {
getList()
})
-
\ No newline at end of file
+
diff --git a/hangtag-ui/hangtag-ui-front/src/components/Table/src/Table.vue b/hangtag-ui/hangtag-ui-front/src/components/Table/src/Table.vue
index a9394ba..56ddd34 100644
--- a/hangtag-ui/hangtag-ui-front/src/components/Table/src/Table.vue
+++ b/hangtag-ui/hangtag-ui-front/src/components/Table/src/Table.vue
@@ -47,6 +47,10 @@ export default defineComponent({
data: {
type: Array as PropType,
default: () => []
+ },
+ border:{
+ type: Boolean,
+ default: true
}
},
emits: ['update:pageSize', 'update:currentPage', 'register','selectionChange'],
@@ -273,6 +277,7 @@ export default defineComponent({
return () => (