mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改页面模板
This commit is contained in:
parent
0028bdbcd0
commit
d7442a324c
@ -74,7 +74,7 @@
|
|||||||
$that = $(this), top.setItemValue = function (value) {
|
$that = $(this), top.setItemValue = function (value) {
|
||||||
$that.prevAll('input').val(($that.data('prefix') + '#{v}').replace('{v}', value));
|
$that.prevAll('input').val(($that.data('prefix') + '#{v}').replace('{v}', value));
|
||||||
};
|
};
|
||||||
$.form.iframe($(this).data('item-page'), $that.data('title') || $that.text(), ['930px', '600px']);
|
$.form.iframe($(this).data('rule-page'), $that.data('title') || $that.text(), ['930px', '600px']);
|
||||||
}).on('click', '[data-item-add]', function () {
|
}).on('click', '[data-item-add]', function () {
|
||||||
addItem();
|
addItem();
|
||||||
}).on('click', '[data-item-rm]', function () {
|
}).on('click', '[data-item-rm]', function () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user