|
@@ -74,9 +74,11 @@
|
|
|
<div class="row row-sm item">
|
|
<div class="row row-sm item">
|
|
|
<div class="col-xs-12">
|
|
<div class="col-xs-12">
|
|
|
<span class="title"><i class="fa fa-fw fa-trophy"></i> 行 业</span>
|
|
<span class="title"><i class="fa fa-fw fa-trophy"></i> 行 业</span>
|
|
|
- <div ng-show="!connectionEditing" class="content" ng-bind="::enterprise.enIndustry"></div>
|
|
|
|
|
|
|
+ <div ng-show="!connectionEditing" class="content">
|
|
|
|
|
+ {{enterprise.enIndustry=='make'?'制造型':'贸易型'}}
|
|
|
|
|
+ </div>
|
|
|
<div class="content" ng-show="connectionEditing">
|
|
<div class="content" ng-show="connectionEditing">
|
|
|
- <select ng-model="enterprise.enIndustry" placeholder="传真号码"
|
|
|
|
|
|
|
+ <select ng-model="enterprise.enIndustry" placeholder="所属行业"
|
|
|
class="form-control input-xs" type="text" style="width: 240px;">
|
|
class="form-control input-xs" type="text" style="width: 240px;">
|
|
|
<option value="make">制造型</option>
|
|
<option value="make">制造型</option>
|
|
|
<option value="trade">贸易型</option>
|
|
<option value="trade">贸易型</option>
|
|
@@ -134,7 +136,7 @@
|
|
|
<div class="content">
|
|
<div class="content">
|
|
|
<div ng-if="enterprise.enSaasUrl">
|
|
<div ng-if="enterprise.enSaasUrl">
|
|
|
<a href="http://{{::enterprise.enSaasUrl}}.saas.ubtob.com">http://{{::enterprise.enSaasUrl}}.saas.ubtob.com</a>
|
|
<a href="http://{{::enterprise.enSaasUrl}}.saas.ubtob.com">http://{{::enterprise.enSaasUrl}}.saas.ubtob.com</a>
|
|
|
- <label> [{{::enterprise.enSaasStatus}}] </label>
|
|
|
|
|
|
|
+ <label> [{{::enterprise.enSaasStatus | status}}] </label>
|
|
|
</div>
|
|
</div>
|
|
|
<div ng-if="!enterprise.enSaasUrl"><a ng-click="applySaas()">立即申请</a></div>
|
|
<div ng-if="!enterprise.enSaasUrl"><a ng-click="applySaas()">立即申请</a></div>
|
|
|
</div>
|
|
</div>
|