From cbed4e2de2bd33fd5402c546dc82cf6e69518887 Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Tue, 15 Mar 2022 15:36:23 +0800 Subject: [PATCH] merge table rows --- src/layout/components/AppMain.vue | 2 +- src/router/{generalService.ts => general.ts} | 0 src/router/index.ts | 3 +- src/views/Service.vue | 104 +++++++++++++++++-- src/views/dashboard/List.vue | 2 +- 5 files changed, 96 insertions(+), 15 deletions(-) rename src/router/{generalService.ts => general.ts} (100%) diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index 4eed2468..f5f4aa91 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->