From 09b7131acb2a70783b0df5dd6b9b6a79e8b3127a Mon Sep 17 00:00:00 2001
From: weidy <lastanimals@163.com>
Date: 星期四, 06 七月 2023 20:15:01 +0800
Subject: [PATCH] 生命周期的字段内容

---
 Source/UBCS-WEB/src/views/modeling/cycle.vue |  130 +++++++++++++++++++++---------------------
 1 files changed, 65 insertions(+), 65 deletions(-)

diff --git a/Source/UBCS-WEB/src/views/modeling/cycle.vue b/Source/UBCS-WEB/src/views/modeling/cycle.vue
index e0fac23..3db8c4b 100644
--- a/Source/UBCS-WEB/src/views/modeling/cycle.vue
+++ b/Source/UBCS-WEB/src/views/modeling/cycle.vue
@@ -75,82 +75,82 @@
         addBtn: false,
         column: [
           {
+            label: "缂栧彿",
+            prop: "id",
+          },
+          {
             label: "鍚嶇О",
             prop: "name",
           },
           {
-            label: "鏍囩",
-            prop: "label",
-          },
-          {
             label: "璧峰鐘舵��",
-            prop: "startState",
+            prop: "startStatusName",
           },
           {
             label: "鎻忚堪",
-            prop: "remark",
+            prop: "description",
           },
         ],
       },
-      data: [
-        {
-          name: "鎴戞槸name",
-          label: "鎴戞槸label",
-          startState: "鎴戞槸startState",
-          remark: "鎴戞槸remark",
-          data: {
-            nodes: [
-              {
-                type: "node",
-                size: "80*48",
-                shape: "flow-rect",
-                color: "#1890FF",
-                label: "Auditing",
-                x: 110.50303650877106,
-                y: 59.22389408123915,
-                id: "Auditing",
-                index: 0,
-              },
-              {
-                type: "node",
-                size: "80*48",
-                shape: "flow-rect",
-                color: "#1890FF",
-                label: "Editing",
-                x: 120.87992069414531,
-                y: 156.76660542375714,
-                id: "Editing",
-                index: 1,
-              },
-              {
-                type: "node",
-                size: "80*48",
-                shape: "flow-rect",
-                color: "#1890FF",
-                label: "Released",
-                x: 100.12615232339681,
-                y: 252.2339399292003,
-                id: "Released",
-                index: 2,
-              },
-            ],
-            edges: [
-              {
-                source: "Auditing",
-                sourceAnchor: 1,
-                target: "Released",
-                targetAnchor: 1,
-              },
-              {
-                source: "Editing",
-                sourceAnchor: 3,
-                target: "Auditing",
-                targetAnchor: 3,
-              },
-            ],
-          },
-        },
-      ],
+      // data: [
+      //   {
+      //     name: "鎴戞槸name",
+      //     label: "鎴戞槸label",
+      //     startState: "鎴戞槸startState",
+      //     remark: "鎴戞槸remark",
+      //     data: {
+      //       nodes: [
+      //         {
+      //           type: "node",
+      //           size: "80*48",
+      //           shape: "flow-rect",
+      //           color: "#1890FF",
+      //           label: "Auditing",
+      //           x: 110.50303650877106,
+      //           y: 59.22389408123915,
+      //           id: "Auditing",
+      //           index: 0,
+      //         },
+      //         {
+      //           type: "node",
+      //           size: "80*48",
+      //           shape: "flow-rect",
+      //           color: "#1890FF",
+      //           label: "Editing",
+      //           x: 120.87992069414531,
+      //           y: 156.76660542375714,
+      //           id: "Editing",
+      //           index: 1,
+      //         },
+      //         {
+      //           type: "node",
+      //           size: "80*48",
+      //           shape: "flow-rect",
+      //           color: "#1890FF",
+      //           label: "Released",
+      //           x: 100.12615232339681,
+      //           y: 252.2339399292003,
+      //           id: "Released",
+      //           index: 2,
+      //         },
+      //       ],
+      //       edges: [
+      //         {
+      //           source: "Auditing",
+      //           sourceAnchor: 1,
+      //           target: "Released",
+      //           targetAnchor: 1,
+      //         },
+      //         {
+      //           source: "Editing",
+      //           sourceAnchor: 3,
+      //           target: "Auditing",
+      //           targetAnchor: 3,
+      //         },
+      //       ],
+      //     },
+      //   },
+      // ],
       title: "棰勮鐢熷懡鍛ㄦ湡娴佺▼鍥�",
       visible: false,
       flowChartNodeItems: [],

--
Gitblit v1.9.3