MicroCommunityWeb/public/components/property/viewPropertyFeeConfig/viewPropertyFeeConfig.html
2023-09-04 00:50:33 +08:00

38 lines
1.9 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="row" >
<div class="col-lg-12">
<div class="ibox ">
<div class="ibox-title">
<h5><span><vc:i18n name="物业费初始化信息" namespace="viewPropertyFeeConfig"></vc:i18n></span></h5>
<div class="ibox-tools" style="top:10px;">
<button type="button" class="btn btn-primary btn-sm" v-on:click="openConfigPropertyFeeModel()">
<i class="fa fa-plus"></i> <span><vc:i18n name="编辑" namespace="viewPropertyFeeConfig"></vc:i18n></span></button>
</div>
</div>
<div class="ibox-content">
<div class="row">
<div class="col-sm-4">
<div class="form-group">
<label class="col-form-label" ><span><vc:i18n name="物业费配置" namespace="viewPropertyFeeConfig"></vc:i18n></span>ID</label>
<label class="">{{feeConfigInfo.configId}}</label>
</div>
</div>
<div class="col-sm-4">
<div class="form-group">
<label class="col-form-label"><span><vc:i18n name="每平米单价" namespace="viewPropertyFeeConfig"></vc:i18n></span></label>
<label class="">{{feeConfigInfo.squarePrice}} 元</label>
</div>
</div>
<div class="col-sm-4">
<div class="form-group">
<label class="col-form-label" ><span><vc:i18n name="附加费用" namespace="viewPropertyFeeConfig"></vc:i18n></span></label>
<label class="">{{feeConfigInfo.additionalAmount}} 元</label>
</div>
</div>
</div>
</div>
</div>
</div>
<vc:create path="property/configPropertyFee"></vc:create>
</div>