Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-operator-master
Commits
45d3e590
Commit
45d3e590
authored
Oct 12, 2024
by
chenwei
3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
礼品查看剩余数量添加按钮和兑换会员选择按钮禁止操作
parent
f304a9b6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
operatingGift.vue
src/views/ecw/giftManagement/components/operatingGift.vue
+1
-1
index.vue
...ws/ecw/memberManagement/exchangeRecordOperation/index.vue
+1
-1
No files found.
src/views/ecw/giftManagement/components/operatingGift.vue
View file @
45d3e590
...
...
@@ -47,7 +47,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"1"
>
<el-button
type=
"primary"
:icon=
"index == '0' ? 'el-icon-plus' : 'el-icon-minus'"
@
click=
"handleOrderVRule(item, index)"
></el-button>
<el-button
type=
"primary"
:
disabled=
"isDisable"
:
icon=
"index == '0' ? 'el-icon-plus' : 'el-icon-minus'"
@
click=
"handleOrderVRule(item, index)"
></el-button>
</el-col>
</el-row>
...
...
src/views/ecw/memberManagement/exchangeRecordOperation/index.vue
View file @
45d3e590
...
...
@@ -24,7 +24,7 @@
<el-form-item
:label=
"$t('礼品选择')"
prop=
"rewardName"
id=
"colorRedInput"
>
<el-input
:placeholder=
"$t('请选择礼品')"
clearable
:disabled=
"true"
v-model=
"item.rewardName"
onkeyup=
"this.value=this.value.replace(/(^\s*)|(\s*$)/g,'')"
/>
</el-form-item>
<el-button
type=
"success"
size=
"small"
@
click=
"handleSelectMember"
>
{{
$t
(
"
选择
"
)
}}
</el-button>
<el-button
:disabled=
"rewardEdit || veriftyDisable"
type=
"success"
size=
"small"
@
click=
"handleSelectMember"
>
{{
$t
(
"
选择
"
)
}}
</el-button>
<el-form-item
:label=
"$t('礼品积分')"
id=
"colorRedInput"
>
<el-input
:placeholder=
"$t('请输入礼品积分')"
clearable
:disabled=
"true"
v-model=
"item.pointsRequire"
onkeyup=
"this.value=this.value.replace(/(^\s*)|(\s*$)/g,'')"
/>
</el-form-item>
...
...
chenwei
@chenwei
mentioned in commit
6f1a5b44
·
Oct 12, 2024
mentioned in commit
6f1a5b44
mentioned in commit 6f1a5b44380f562f0deb643f8daf0fb0edb97cfd
Toggle commit list
chenwei
@chenwei
mentioned in merge request
!89 (merged)
·
Oct 12, 2024
mentioned in merge request
!89 (merged)
mentioned in merge request !89
Toggle commit list
chenwei
@chenwei
mentioned in commit
7c1116b6
·
Oct 12, 2024
mentioned in commit
7c1116b6
mentioned in commit 7c1116b69075fdcf8454862d98756c347217e8f0
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment