From 56581370537aaa4e4fe03597c3eec9908f28e30e Mon Sep 17 00:00:00 2001 From: zhl Date: Tue, 18 May 2021 16:37:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=97=E9=93=BA=E5=A2=9E=E5=8A=A0=E7=9F=ADid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/types.d.ts | 1 + src/views/shop/edit.vue | 7 +++++++ src/views/shop/list.vue | 13 ++++++++++++- 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/src/api/types.d.ts b/src/api/types.d.ts index 2c93827..f6ff7b8 100644 --- a/src/api/types.d.ts +++ b/src/api/types.d.ts @@ -16,6 +16,7 @@ export interface IArticleData { export interface IShopData { _id?: string + sid?: string name: string createdAt?: Date areaCode?: number diff --git a/src/views/shop/edit.vue b/src/views/shop/edit.vue index 7778e78..80e42ba 100644 --- a/src/views/shop/edit.vue +++ b/src/views/shop/edit.vue @@ -29,6 +29,13 @@ /> + + {{postForm.sid}} + - + + +