|
|
@@ -66,7 +66,7 @@
|
|
|
>
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th class="text-center">服务实现ID</th>
|
|
|
+
|
|
|
<th class="text-center">服务实现ID</th>
|
|
|
<th class="text-center">业务类型</th>
|
|
|
<th class="text-center">业务名称</th>
|
|
|
@@ -78,7 +78,7 @@
|
|
|
</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>
|