mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +08:00
37 lines
2.2 KiB
HTML
37 lines
2.2 KiB
HTML
<div class="row">
|
||
<div class="col-lg-12">
|
||
<div class="ibox">
|
||
<div class="ibox-title">
|
||
<h5><span><vc:i18n name="关联" namespace="addReportCustomComponentRel"></vc:i18n></span></h5>
|
||
<div class="ibox-tools" style="top:10px;">
|
||
|
||
</div>
|
||
</div>
|
||
<div class="ibox-content">
|
||
<div class="form-group row">
|
||
<label class="col-sm-2 col-form-label"><span><vc:i18n name="组件" namespace="addReportCustomComponentRel"></vc:i18n></span></label>
|
||
<div class="col-sm-8">
|
||
<input v-model="addReportCustomComponentRelInfo.name" disabled type="text" :placeholder="vc.i18n('必填,请填写组件ID','addReportCustomComponentRel')" class="form-control">
|
||
</div>
|
||
<div class="col-sm-2">
|
||
<button class="btn btn-primary float-right" type="button" v-on:click="chooseReportComponent()"><span><vc:i18n name="选择组件" namespace="addReportCustomComponentRel"></vc:i18n></span></button>
|
||
</div>
|
||
</div>
|
||
<div class="form-group row">
|
||
<label class="col-sm-2 col-form-label"><span><vc:i18n name="组件序号" namespace="addReportCustomComponentRel"></vc:i18n></span></label>
|
||
<div class="col-sm-10">
|
||
<input v-model="addReportCustomComponentRelInfo.seq" type="text" :placeholder="vc.i18n('必填,请填写组件序号','addReportCustomComponentRel')" class="form-control">
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="ibox-content">
|
||
<button class="btn btn-primary float-right" type="button" v-on:click="saveReportCustomComponentRelInfo()"><i
|
||
class="fa fa-check"></i> 保存</button>
|
||
<button type="button" class="btn btn-warning float-right" style="margin-right:20px;" v-on:click="_closeAddReportCustomComponentRelInfo()"><span><vc:i18n name="取消" namespace="addReportCustomComponentRel"></vc:i18n></span></button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<vc:create path="dev/chooseReportCustomComponent"></vc:create>
|
||
</div> |