|
|
|
@ -277,19 +277,19 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="control-label col-sm-2">
|
|
|
|
|
Merchant Introduction</label>
|
|
|
|
|
Merchant Tag</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input type="text" class="form-control" ng-model="partner.merchant_introduction"
|
|
|
|
|
name="merchant_introduction">
|
|
|
|
|
<input type="text" class="form-control" ng-model="partner.merchant_tag"
|
|
|
|
|
name="merchant_tag"
|
|
|
|
|
>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="control-label col-sm-2">
|
|
|
|
|
Merchant Tag</label>
|
|
|
|
|
Merchant Introduction</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input type="text" class="form-control" ng-model="partner.merchant_tag"
|
|
|
|
|
name="merchant_tag"
|
|
|
|
|
>
|
|
|
|
|
<textarea class="form-control" ng-model="partner.merchant_introduction"
|
|
|
|
|
name="merchant_introduction"></textarea>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-group">
|
|
|
|
|