diff --git a/src/views/baseSpecialAction/FormPage.vue b/src/views/baseSpecialAction/FormPage.vue
index f3cfc42..0bfe664 100644
--- a/src/views/baseSpecialAction/FormPage.vue
+++ b/src/views/baseSpecialAction/FormPage.vue
@@ -51,7 +51,7 @@
-
+
@@ -59,7 +59,7 @@
-
+
是
@@ -85,6 +85,11 @@
+
+
+ 设计表单
+
+
@@ -123,20 +128,35 @@
+
+
+
+
+
diff --git a/src/views/baseSpecialAction/webDesign/Form.vue b/src/views/baseSpecialAction/webDesign/Form.vue
new file mode 100644
index 0000000..b2052a8
--- /dev/null
+++ b/src/views/baseSpecialAction/webDesign/Form.vue
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 主表
+ 子表
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 删除
+
+
+
+
+
+ 新增一行
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/baseSpecialAction/webDesign/index.vue b/src/views/baseSpecialAction/webDesign/index.vue
new file mode 100644
index 0000000..2546b10
--- /dev/null
+++ b/src/views/baseSpecialAction/webDesign/index.vue
@@ -0,0 +1,105 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{$t('common.search')}}
+ {{$t('common.reset')}}
+
+
+
+
+
+
+
+
+
+
+ {{scope.row.fullName}}【{{scope.row.num}}】
+ {{scope.row.fullName}}
+
+
+
+
+
+
+
+
+
+
+ {{scope.row.state==1?'正常':'停用'}}
+
+
+
+
+
+
+
+ {{$t('common.moreBtn')}}
+
+
+
+ 复制
+ 预览
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file