From cdeab8ea292cf6fac966825544cc0734e831d514 Mon Sep 17 00:00:00 2001
From: YuanHuakk <1751826683@qq.com>
Date: Fri, 15 Dec 2023 20:47:16 +0800
Subject: [PATCH] =?UTF-8?q?feat(custom):=20=E5=A2=9E=E5=8A=A0=E5=95=86?=
=?UTF-8?q?=E5=93=81=E5=88=86=E7=B1=BB=E5=BA=8F=E5=8F=B7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/goods/class/index.vue | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/src/views/goods/class/index.vue b/src/views/goods/class/index.vue
index 2e2b586..a80bbab 100644
--- a/src/views/goods/class/index.vue
+++ b/src/views/goods/class/index.vue
@@ -25,6 +25,14 @@
+
+
+
@@ -56,6 +64,7 @@ const showModalTitle = ref('')
const model = ref({
name: '',
status: 2,
+ sort: 0,
})
const columns = ref([
@@ -162,6 +171,7 @@ const clear = () => {
model.value = {
name: '',
status: 2,
+ sort: 0,
}
showModal.value = false
get_data()