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 ++++++++++++++++++++++++++++++++++---------------
1 files changed, 34 insertions(+), 15 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",
--
Gitblit v1.9.3