diff --git a/src/pages.json b/src/pages.json
index 5ece1f9..a771b7f 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -62,6 +62,14 @@
"navigationBarTextStyle": "white"
}
},
+ {
+ "path": "pages/edit-team/edit-team",
+ "style": {
+ "navigationBarTitleText": "编辑集体",
+ "navigationBarBackgroundColor": "#C93639",
+ "navigationBarTextStyle": "white"
+ }
+ },
{
"path": "pages/edit-player/edit-player",
"style": {
diff --git a/src/pages/edit-team/edit-team.vue b/src/pages/edit-team/edit-team.vue
new file mode 100644
index 0000000..f9a52ad
--- /dev/null
+++ b/src/pages/edit-team/edit-team.vue
@@ -0,0 +1,404 @@
+
+
+
+
+ 集体名称
+
+
+
+
+ 备注
+
+
+
+
+
+
+
+
+
+
+
+ {{ member.name }}
+
+ 移除
+
+
+
+
+ 暂无成员,请添加
+
+
+
+
+
+ 保存
+
+
+
+
+
+
+
+
+ {{ player.name }}
+ +
+
+
+ 暂无可选成员
+
+
+
+
+
+
+
+
+
+