فهرست منبع

update 优化部分前端代码

Yue 9 ماه پیش
والد
کامیت
bde58ea0ae

+ 0 - 1
UI/VAP_V3.VUE/src/components/table/VbDataTable.vue

@@ -10,7 +10,6 @@ import type { Sort, Header, Scroll, ToolBtn } from "@@@/table/models"
 import type { VbFormItem, VbFormRowItem } from "@@@/form/models"
 import type { AxiosRequestConfig } from "axios"
 import type { WritableComputedRef } from "vue"
-import { set } from "nprogress"
 
 const formSlotSuffix = "tool-form_"
 

+ 1 - 1
UI/VAP_V3.VUE/src/views/system/tenantPackage/index.vue

@@ -19,7 +19,7 @@ const opts = reactive({
 		{ field: "packageName", name: "套餐名称", visible: true, isSort: true, width: "auto" },
 		{ field: "status", name: "状态", visible: true, isSort: true, width: 100 },
 		{ field: "actions", name: `操作`, width: 150 }
-	],
+	] as any[],
 	queryParams: {
 		packageName: undefined,
 		status: undefined

+ 1 - 1
UI/VAP_V3.VUE/src/views/system/user/index.vue

@@ -18,7 +18,7 @@ const tableOpts = reactive({
 		{ field: "status", name: `状态` },
 		{ field: "createTime", name: `创建时间` },
 		{ field: "actions", name: `操作` }
-	],
+	] as any[],
 	queryParams: {
 		userName: undefined,
 		phonenumber: undefined,