mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
运营管理小区公众号配置
This commit is contained in:
parent
a0825f3300
commit
94cdcebd24
@ -7,9 +7,9 @@
|
|||||||
</h3>
|
</h3>
|
||||||
<div class="ibox-content">
|
<div class="ibox-content">
|
||||||
<div class="form-group row">
|
<div class="form-group row">
|
||||||
<label class="col-sm-2 col-form-label"><span>
|
<label class="col-sm-2 col-form-label">
|
||||||
<vc:i18n name="名称" namespace="editCommunityWechat"></vc:i18n>
|
<vc:i18n name="名称" namespace="editCommunityWechat"></vc:i18n>
|
||||||
</span></label>
|
</label>
|
||||||
<div class="col-sm-10">
|
<div class="col-sm-10">
|
||||||
<input v-model="editCommunityWechatInfo.name" type="text"
|
<input v-model="editCommunityWechatInfo.name" type="text"
|
||||||
:placeholder="vc.i18n('必填,请填写名称','editCommunityWechat')" class="form-control">
|
:placeholder="vc.i18n('必填,请填写名称','editCommunityWechat')" class="form-control">
|
||||||
@ -23,18 +23,18 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group row">
|
<div class="form-group row">
|
||||||
<label class="col-sm-2 col-form-label"><span>
|
<label class="col-sm-2 col-form-label">
|
||||||
<vc:i18n name="应用密钥" namespace="editCommunityWechat"></vc:i18n>
|
<vc:i18n name="应用密钥" namespace="editCommunityWechat"></vc:i18n>
|
||||||
</span></label>
|
</label>
|
||||||
<div class="col-sm-10">
|
<div class="col-sm-10">
|
||||||
<input v-model="editCommunityWechatInfo.appSecret" type="text"
|
<input v-model="editCommunityWechatInfo.appSecret" type="text"
|
||||||
:placeholder="vc.i18n('必填,请填写应用密钥','editCommunityWechat')" class="form-control">
|
:placeholder="vc.i18n('必填,请填写应用密钥','editCommunityWechat')" class="form-control">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group row">
|
<div class="form-group row">
|
||||||
<label class="col-sm-2 col-form-label"><span>
|
<label class="col-sm-2 col-form-label">
|
||||||
<vc:i18n name="描述" namespace="editCommunityWechat"></vc:i18n>
|
<vc:i18n name="描述" namespace="editCommunityWechat"></vc:i18n>
|
||||||
</span></label>
|
</label>
|
||||||
<div class="col-sm-10">
|
<div class="col-sm-10">
|
||||||
<textarea v-model="editCommunityWechatInfo.remarks" type="text"
|
<textarea v-model="editCommunityWechatInfo.remarks" type="text"
|
||||||
:placeholder="vc.i18n('选填,请填写描述信息','editCommunityWechat')" class="form-control">
|
:placeholder="vc.i18n('选填,请填写描述信息','editCommunityWechat')" class="form-control">
|
||||||
@ -47,9 +47,8 @@
|
|||||||
class="fa fa-check"></i> 保存
|
class="fa fa-check"></i> 保存
|
||||||
</button>
|
</button>
|
||||||
<button type="button" class="btn btn-warning float-right" style="margin-right:20px;"
|
<button type="button" class="btn btn-warning float-right" style="margin-right:20px;"
|
||||||
data-dismiss="modal"><span>
|
data-dismiss="modal">
|
||||||
<vc:i18n name="取消" namespace="editCommunityWechat"></vc:i18n>
|
<vc:i18n name="取消" namespace="editCommunityWechat"></vc:i18n>
|
||||||
</span>
|
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
**/
|
**/
|
||||||
(function (vc) {
|
(function (vc) {
|
||||||
var DEFAULT_PAGE = 1;
|
var DEFAULT_PAGE = 1;
|
||||||
var DEFAULT_ROWS = 1;
|
var DEFAULT_ROWS = 100;
|
||||||
vc.extends({
|
vc.extends({
|
||||||
data: {
|
data: {
|
||||||
communityWechatInfo: {
|
communityWechatInfo: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user