Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a489d21a
authored
Mar 30, 2024
by
puhui999
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'yudao/dev' into dev-crm
parents
bc004b3b
6764f869
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
6 deletions
+10
-6
src/components/Crontab/src/Crontab.vue
+5
-1
src/utils/constants.ts
+3
-3
src/views/pay/app/components/channel/WeixinChannelForm.vue
+2
-2
No files found.
src/components/Crontab/src/Crontab.vue
View file @
a489d21a
...
...
@@ -503,9 +503,13 @@ const submit = () => {
emit
(
'update:modelValue'
,
defaultValue
.
value
)
dialogVisible
.
value
=
false
}
const
inputChange
=
()
=>
{
emit
(
'update:modelValue'
,
defaultValue
.
value
)
}
</
script
>
<
template
>
<el-input
v-model=
"defaultValue"
class=
"input-with-select"
v-bind=
"$attrs"
>
<el-input
v-model=
"defaultValue"
class=
"input-with-select"
v-bind=
"$attrs"
@
input=
"inputChange"
>
<template
#
append
>
<el-select
v-model=
"select"
placeholder=
"生成器"
style=
"width: 115px"
>
<el-option
label=
"每分钟"
value=
"0 * * * * ?"
/>
...
...
src/utils/constants.ts
View file @
a489d21a
...
...
@@ -248,15 +248,15 @@ export const CouponTemplateTakeTypeEnum = {
*/
export
const
PromotionProductScopeEnum
=
{
ALL
:
{
scope
:
1
0
,
scope
:
1
,
name
:
'通用劵'
},
SPU
:
{
scope
:
2
0
,
scope
:
2
,
name
:
'商品劵'
},
CATEGORY
:
{
scope
:
3
0
,
scope
:
3
,
name
:
'品类劵'
}
}
...
...
src/views/pay/app/components/channel/WeixinChannelForm.vue
View file @
a489d21a
...
...
@@ -18,10 +18,10 @@
<template
#
append
>
%
</
template
>
</el-input>
</el-form-item>
<el-form-item
label-width=
"180px"
label=
"
公众号
APPID"
prop=
"config.appId"
>
<el-form-item
label-width=
"180px"
label=
"
微信
APPID"
prop=
"config.appId"
>
<el-input
v-model=
"formData.config.appId"
placeholder=
"请输入
公众号
APPID"
placeholder=
"请输入
微信
APPID"
clearable
:style=
"{ width: '100%' }"
/>
...
...
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