From 20c6ca8bebaaace79f40d9b12bcd5233aeb477f6 Mon Sep 17 00:00:00 2001
From: YuanFeng <770153798@qq.com>
Date: Thu, 10 Oct 2024 19:22:56 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E6=9B=B4=E6=96=B0?=
=?UTF-8?q?=E8=A1=A8=E6=A0=BC=E5=85=81=E8=AE=B8=E6=8B=96=E5=AE=BD=EF=BC=8C?=
=?UTF-8?q?=E9=9D=9E=E5=BF=85=E8=A6=81=E5=AD=97=E6=AE=B5=E4=B8=8D=E6=98=BE?=
=?UTF-8?q?=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/ProductInfoListDialog/index.vue | 2 +-
.../ProductTypeDataListDialog/config.data.ts | 1 +
.../src/components/Table/src/Table.vue | 5 +++
.../base/producttype/ProductTypeForm.vue | 11 +-----
.../src/views/base/producttype/index.vue | 13 -------
.../src/views/oms/brand/BrandForm.vue | 16 +--------
.../src/views/oms/brand/index.vue | 34 +++++--------------
.../src/views/oms/draftdesigndata/index.vue | 14 ++------
.../src/views/oms/productcareitem/index.vue | 27 ++-------------
.../src/views/oms/productinfo/index.vue | 11 ++----
.../components/SaleContractEntryForm.vue | 2 +-
.../src/views/system/codingrules/index.vue | 9 +----
.../src/components/Table/src/Table.vue | 5 +++
13 files changed, 31 insertions(+), 119 deletions(-)
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 () => (