Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
token
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
wallet
token
Commits
647cb0a3
Commit
647cb0a3
authored
Oct 16, 2018
by
rlgy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
类型默认为按总量释放,重复默认为每月
parent
3d9e8bbd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
form_add.php
backend/views/coin-publish-rule/form_add.php
+1
-1
index.js
backend/web/js/coin-publish-rule/index.js
+1
-0
list.js
backend/web/js/coin-publish-rule/list.js
+1
-0
No files found.
backend/views/coin-publish-rule/form_add.php
View file @
647cb0a3
...
...
@@ -54,7 +54,7 @@
<select
name=
"repeat"
class=
"layui-input"
lay-filter=
"form_data"
>
<option
value=
"0"
>
不重复
</option>
<option
value=
"1"
>
每年
</option>
<option
value=
"2"
>
每月
</option>
<option
value=
"2"
selected=
"selected"
>
每月
</option>
</select>
</div>
</div>
...
...
backend/web/js/coin-publish-rule/index.js
View file @
647cb0a3
...
...
@@ -56,6 +56,7 @@ table.on('tool(table1)', function (obj) {
laydate1
=
laydate
.
render
({
elem
:
'#release_time'
,
type
:
'datetime'
,
format
:
'dd号 HH:mm:ss'
});
});
}
...
...
backend/web/js/coin-publish-rule/list.js
View file @
647cb0a3
...
...
@@ -121,6 +121,7 @@ table.on('toolbar(table1)', function (obj) {
laydate1
=
laydate
.
render
({
elem
:
'#release_time'
,
type
:
'datetime'
,
format
:
'dd号 HH:mm:ss'
});
});
}
...
...
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