diff --git a/project/biaopin/AppIntegratingTask/components/Add.vue b/project/biaopin/AppIntegratingTask/components/Add.vue index e0bbb072..b52ae274 100644 --- a/project/biaopin/AppIntegratingTask/components/Add.vue +++ b/project/biaopin/AppIntegratingTask/components/Add.vue @@ -10,6 +10,10 @@ + + + + @@ -124,6 +128,7 @@ export default { return { form: { title: '', + quota: 1, detail: '', lng: '', lat: '', @@ -144,6 +149,7 @@ export default { }, formRules: { title: [{required: true, message: "请输入活动名称", trigger: "blur"}], + quota: [{required: true, message: "请输入名额", trigger: "blur"}], location: [{required: true, validator: validLocation, trigger: "blur"}], clockRange: [{required: true, message: "请输入打卡范围", trigger: "blur"}], intoTime: [{required: true, message: "请选择进场打卡时间", trigger: "blur"}], diff --git a/project/lianhua/AppIntegratingTask/AppIntegratingTask.vue b/project/lianhua/AppIntegratingTask/AppIntegratingTask.vue deleted file mode 100644 index 7e858122..00000000 --- a/project/lianhua/AppIntegratingTask/AppIntegratingTask.vue +++ /dev/null @@ -1,70 +0,0 @@ - - - - - diff --git a/project/lianhua/AppIntegratingTask/components/Add.vue b/project/lianhua/AppIntegratingTask/components/Add.vue deleted file mode 100644 index b52ae274..00000000 --- a/project/lianhua/AppIntegratingTask/components/Add.vue +++ /dev/null @@ -1,439 +0,0 @@ - - - - - diff --git a/project/lianhua/AppIntegratingTask/components/Detail.vue b/project/lianhua/AppIntegratingTask/components/Detail.vue deleted file mode 100644 index a27e8f77..00000000 --- a/project/lianhua/AppIntegratingTask/components/Detail.vue +++ /dev/null @@ -1,192 +0,0 @@ - - - - - diff --git a/project/lianhua/AppIntegratingTask/components/List.vue b/project/lianhua/AppIntegratingTask/components/List.vue deleted file mode 100644 index bb9e69dc..00000000 --- a/project/lianhua/AppIntegratingTask/components/List.vue +++ /dev/null @@ -1,223 +0,0 @@ - - - - -