mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-11 14:17:24 +08:00
优化 代码
This commit is contained in:
parent
793bffa85a
commit
8324047351
@ -85,7 +85,8 @@
|
||||
<div class="btn-group">
|
||||
<button class="btn-white btn btn-xs" v-on:click="_openEditMenuCatalogModel(menuCatalog)">修改</button>
|
||||
</div>
|
||||
<div class="btn-group" v-if="menuCatalog.url == '#' || menuCatalog.url == '/'">
|
||||
<!--v-if="menuCatalog.url == '#' || menuCatalog.url == '/'"-->
|
||||
<div class="btn-group">
|
||||
<button class="btn-white btn btn-xs" v-on:click="_openMenuCatalogGroup(menuCatalog)">菜单组</button>
|
||||
</div>
|
||||
<div class="btn-group">
|
||||
|
||||
@ -39,7 +39,7 @@
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-2 col-form-label">缴费时间</label>
|
||||
<div class="col-sm-6">
|
||||
<input v-model="payFeeOrderInfo.createTime" type="text" placeholder="必填,请填写缴费时间" readonly class=" payFeeOrderCreateTime" style="border: none; outline: none;">
|
||||
<input v-model="payFeeOrderInfo.createTime" type="text" placeholder="必填,请填写缴费时间" readonly class="payFeeOrderCreateTime" style="border: none; outline: none;">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group row" v-if="payFeeOrderInfo.feeFlag != '2006012'">
|
||||
|
||||
@ -91,6 +91,10 @@
|
||||
vc.emit('payFeeUserAccount', 'computeFeeUserAmount', {
|
||||
feeId: $that.payFeeOrderInfo.feeId,
|
||||
});
|
||||
|
||||
vc.initDateTime('payFeeOrderCreateTime', function(_value) {
|
||||
$that.payFeeOrderInfo.createTime = _value;
|
||||
});
|
||||
},
|
||||
_initEvent: function() {
|
||||
// 子组件折扣change事件
|
||||
|
||||
Loading…
Reference in New Issue
Block a user