吴学文
2019-08-17 7528b99c31859060b223af8f10863636281fc8d2
WebService/src/main/resources/components/servicePackage/serviceImpl-manage/serviceImplManage.html
@@ -63,11 +63,10 @@
                    <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>
@@ -79,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>