From c4513f02e826b23c77095d3357bd7e0790791791 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=82=96=E6=99=8B=E9=A3=9E?= <378266566@qq.com>
Date: Mon, 29 Dec 2025 15:31:06 +0800
Subject: [PATCH 1/3] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9instant=E9=83=A8?=
=?UTF-8?q?=E5=88=86=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/run/instant/CreateModal.vue | 2 +-
src/views/run/instant/instant.data.ts | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/run/instant/CreateModal.vue b/src/views/run/instant/CreateModal.vue
index 56a97fb..4b9a108 100644
--- a/src/views/run/instant/CreateModal.vue
+++ b/src/views/run/instant/CreateModal.vue
@@ -117,7 +117,7 @@ async function updatempName(selectedRowKeys, selectedRows) {
defaultValue: versionList[0]?.value
})
updateSchema({
- field: 'calcGroup',
+ field: 'group',
componentProps: {
options: calcGroupList,
},
diff --git a/src/views/run/instant/instant.data.ts b/src/views/run/instant/instant.data.ts
index 4644e32..6b373b8 100644
--- a/src/views/run/instant/instant.data.ts
+++ b/src/views/run/instant/instant.data.ts
@@ -77,7 +77,7 @@ export const columns: BasicColumn[] = [
},
{
title: '投切',
- dataIndex: 'instantStatus',
+ dataIndex: 'status',
width: 100,
slots: { customRender: 'status' },
fixed: 'right',
@@ -381,7 +381,7 @@ export const createInstantForm: FormSchema[] = [
},
{
label: '计算组',
- field: 'calcGroup',
+ field: 'group',
component: 'Select',
componentProps: {
options: [],
@@ -410,7 +410,7 @@ export const createInstantForm: FormSchema[] = [
},
{
label: '是否存储',
- field: 'hisSto',
+ field: 'isStore',
component: 'RadioGroup',
defaultValue: '1',
componentProps: {
From 6266e355bc36f9dbb7975a10bdd950283f3aaeb7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=82=96=E6=99=8B=E9=A3=9E?= <378266566@qq.com>
Date: Mon, 29 Dec 2025 15:35:03 +0800
Subject: [PATCH 2/3] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9instant=E9=83=A8?=
=?UTF-8?q?=E5=88=86=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/run/instant/index.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/run/instant/index.vue b/src/views/run/instant/index.vue
index 39e2f9e..f9b768f 100644
--- a/src/views/run/instant/index.vue
+++ b/src/views/run/instant/index.vue
@@ -221,7 +221,7 @@ function handleWarnConfig(record: Recordable) {
From 89bf449725e2fa915ff77d6bda25f515d902cde2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=82=96=E6=99=8B=E9=A3=9E?= <378266566@qq.com>
Date: Mon, 29 Dec 2025 16:10:21 +0800
Subject: [PATCH 3/3] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9instant=E9=83=A8?=
=?UTF-8?q?=E5=88=86=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/run/instant/index.vue | 2 +-
src/views/run/instant/instant.data.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/run/instant/index.vue b/src/views/run/instant/index.vue
index 0613e3e..23de3d8 100644
--- a/src/views/run/instant/index.vue
+++ b/src/views/run/instant/index.vue
@@ -221,7 +221,7 @@ function handleWarnConfig(record: Recordable) {
diff --git a/src/views/run/instant/instant.data.ts b/src/views/run/instant/instant.data.ts
index 6b373b8..5f82631 100644
--- a/src/views/run/instant/instant.data.ts
+++ b/src/views/run/instant/instant.data.ts
@@ -77,7 +77,7 @@ export const columns: BasicColumn[] = [
},
{
title: '投切',
- dataIndex: 'status',
+ dataIndex: 'instantStatus',
width: 100,
slots: { customRender: 'status' },
fixed: 'right',