mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-10-03 04:00:35 +08:00
be
This commit is contained in:
parent
e83a3277cc
commit
38c50fc7cd
3 changed files with 12 additions and 7 deletions
|
@ -107,12 +107,14 @@
|
||||||
<span class="custom-control-label">[[${bundle.L('禁用详情页单字段编辑')}]] <i class="support-plat2 mdi mdi-monitor" th:title="${bundle.L('支持 PC')}"></i></span>
|
<span class="custom-control-label">[[${bundle.L('禁用详情页单字段编辑')}]] <i class="support-plat2 mdi mdi-monitor" th:title="${bundle.L('支持 PC')}"></i></span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="mt-2">
|
<th:block th:if="${currentEntity == mainEntity || detailEntity == null}">
|
||||||
<label class="custom-control custom-control-sm custom-checkbox custom-control-inline">
|
<div class="mt-2">
|
||||||
<input class="custom-control-input" type="checkbox" id="enableRecordMerger" />
|
<label class="custom-control custom-control-sm custom-checkbox custom-control-inline">
|
||||||
<span class="custom-control-label">[[${bundle.L('启用记录合并功能')}]] <i class="support-plat2 mdi mdi-monitor" th:title="${bundle.L('支持 PC')}"></i></span>
|
<input class="custom-control-input" type="checkbox" id="enableRecordMerger" />
|
||||||
</label>
|
<span class="custom-control-label">[[${bundle.L('启用记录合并功能')}]] <i class="support-plat2 mdi mdi-monitor" th:title="${bundle.L('支持 PC')}"></i></span>
|
||||||
</div>
|
</label>
|
||||||
|
</div>
|
||||||
|
</th:block>
|
||||||
<div class="mt-2">
|
<div class="mt-2">
|
||||||
<label class="custom-control custom-control-sm custom-checkbox custom-control-inline">
|
<label class="custom-control custom-control-sm custom-checkbox custom-control-inline">
|
||||||
<input class="custom-control-input" type="checkbox" id="repeatFieldsCheckMode" />
|
<input class="custom-control-input" type="checkbox" id="repeatFieldsCheckMode" />
|
||||||
|
|
|
@ -1590,7 +1590,7 @@ class RbFormImage extends RbFormElement {
|
||||||
// NOOP
|
// NOOP
|
||||||
} else {
|
} else {
|
||||||
if (!this._fieldValue__input) {
|
if (!this._fieldValue__input) {
|
||||||
console.warn('No element `_fieldValue__input` defined')
|
console.log('No element `_fieldValue__input` defined :', this.props.field)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -139,6 +139,9 @@ $(function () {
|
||||||
typeof window.bosskeyTrigger === 'function' && window.bosskeyTrigger()
|
typeof window.bosskeyTrigger === 'function' && window.bosskeyTrigger()
|
||||||
window.__BOSSKEY = true
|
window.__BOSSKEY = true
|
||||||
}
|
}
|
||||||
|
setTimeout(function () {
|
||||||
|
--bosskey
|
||||||
|
}, 50000) // clean
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue