|
|
@@ -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
|