From 053e2dc7c5cb07029f4ea8dff629b9c5f6e18f5f Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Tue, 28 Jun 2022 21:48:45 +0800
Subject: [PATCH] 积分修改

---
 src/views/activitys/real.vue    |   49 +++++++++++++++++-------
 src/views/activitys/real_xc.vue |   22 +++-------
 src/views/activitys/real_px.vue |   22 +++-------
 3 files changed, 48 insertions(+), 45 deletions(-)

diff --git a/src/views/activitys/real.vue b/src/views/activitys/real.vue
index 82084fc..1a09bb3 100644
--- a/src/views/activitys/real.vue
+++ b/src/views/activitys/real.vue
@@ -525,30 +525,49 @@
           {
             label: "积分数值",
             prop: "integral",
-            type: "select",
-            dicData: [
-              {
-                label: "5",
-                value: "5",
-              },
-              {
-                label: "10",
-                value: "10",
-              },
-              {
-                label: "15",
-                value: "15",
-              },
-            ],
+            type: "number",
+            // multiple: true,
+            // dicUrl: "/api/catalogs/catalogs/getBigTree",
+            // props: {
+            //   label: "title",
+            // },
             width: 72,
             // hide: true,
             minRows: 1,
             value: 5,
             // leafOnly: "",
+            disabled: true,
             addDisplay: true,
             editDisplay: true,
             viewDisplay: true,
           },
+          // {
+          //   label: "积分数值",
+          //   prop: "integral",
+          //   type: "select",
+          //   dicData: [
+          //     {
+          //       label: "5",
+          //       value: "5",
+          //     },
+          //     {
+          //       label: "10",
+          //       value: "10",
+          //     },
+          //     {
+          //       label: "15",
+          //       value: "15",
+          //     },
+          //   ],
+          //   width: 72,
+          //   // hide: true,
+          //   minRows: 1,
+          //   value: 5,
+          //   // leafOnly: "",
+          //   addDisplay: true,
+          //   editDisplay: true,
+          //   viewDisplay: true,
+          // },
           {
             label: "接收人数",
             prop: "jnum",
diff --git a/src/views/activitys/real_px.vue b/src/views/activitys/real_px.vue
index 4ed3a07..9ea16b4 100644
--- a/src/views/activitys/real_px.vue
+++ b/src/views/activitys/real_px.vue
@@ -525,26 +525,18 @@
           {
             label: "积分数值",
             prop: "integral",
-            type: "select",
-            dicData: [
-              {
-                label: "5",
-                value: "5",
-              },
-              {
-                label: "10",
-                value: "10",
-              },
-              {
-                label: "15",
-                value: "15",
-              },
-            ],
+            type: "number",
+            // multiple: true,
+            // dicUrl: "/api/catalogs/catalogs/getBigTree",
+            // props: {
+            //   label: "title",
+            // },
             width: 72,
             // hide: true,
             minRows: 1,
             value: 5,
             // leafOnly: "",
+            disabled: true,
             addDisplay: true,
             editDisplay: true,
             viewDisplay: true,
diff --git a/src/views/activitys/real_xc.vue b/src/views/activitys/real_xc.vue
index ea8a0bb..de61221 100644
--- a/src/views/activitys/real_xc.vue
+++ b/src/views/activitys/real_xc.vue
@@ -527,26 +527,18 @@
           {
             label: "积分数值",
             prop: "integral",
-            type: "select",
-            dicData: [
-              {
-                label: "5",
-                value: "5",
-              },
-              {
-                label: "10",
-                value: "10",
-              },
-              {
-                label: "15",
-                value: "15",
-              },
-            ],
+            type: "number",
+            // multiple: true,
+            // dicUrl: "/api/catalogs/catalogs/getBigTree",
+            // props: {
+            //   label: "title",
+            // },
             width: 72,
             // hide: true,
             minRows: 1,
             value: 5,
             // leafOnly: "",
+            disabled: true,
             addDisplay: true,
             editDisplay: true,
             viewDisplay: true,

--
Gitblit v1.9.3