| | |
| | | |
| | | <table class="footable table table-stripped toggle-arrow-tiny" |
| | | data-page-size="15" |
| | | style="table-layout: fixed;word-break:break-all;" |
| | | > |
| | | <thead> |
| | | <tr> |
| | | <th class="text-center">服务实现ID</th> |
| | | |
| | | <th class="text-center">服务实现ID</th> |
| | | <th class="text-center">业务类型</th> |
| | | <th class="text-center">业务名称</th> |
| | |
| | | </thead> |
| | | <tbody> |
| | | <tr v-for="serviceImpl in serviceImplManageInfo.serviceImpls"> |
| | | <td class="text-center">{{serviceImpl.serviceBusinessId}}</td> |
| | | |
| | | <td class="text-center">{{serviceImpl.serviceBusinessId}}</td> |
| | | <td class="text-center">{{serviceImpl.businessTypeCd}}</td> |
| | | <td class="text-center">{{serviceImpl.name}}</td> |