优化 代码

This commit is contained in:
java110 2022-03-14 18:43:05 +08:00
parent 793bffa85a
commit 8324047351
3 changed files with 7 additions and 2 deletions

View File

@ -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">

View File

@ -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'">

View File

@ -91,6 +91,10 @@
vc.emit('payFeeUserAccount', 'computeFeeUserAmount', {
feeId: $that.payFeeOrderInfo.feeId,
});
vc.initDateTime('payFeeOrderCreateTime', function(_value) {
$that.payFeeOrderInfo.createTime = _value;
});
},
_initEvent: function() {
// 子组件折扣change事件