@@ -85,7 +95,7 @@
value: ''
},
param: {
- placeholder: "字段参数男-女",
+ placeholder: "参数方式例如:\n1=白色\n2=红色\n3=黑色",
value: ''
}
})
diff --git a/application/admin/view/setting/system_group/edit.php b/application/admin/view/setting/system_group/edit.php
new file mode 100644
index 00000000..d2597ab7
--- /dev/null
+++ b/application/admin/view/setting/system_group/edit.php
@@ -0,0 +1,126 @@
+
+
+
+ {include file="public/head"}
+ {$title}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 文本框
+ 多行文本框
+ 单选框
+ 多选框
+ 下拉选择
+ 单文件上传
+ 多文件上传
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 添加字段
+
+ 提交
+
+
+
+
+
diff --git a/application/admin/view/setting/system_group/index.php b/application/admin/view/setting/system_group/index.php
index b5ca90c8..6930d622 100644
--- a/application/admin/view/setting/system_group/index.php
+++ b/application/admin/view/setting/system_group/index.php
@@ -60,6 +60,7 @@
数据列表
+
|
diff --git a/application/admin/view/setting/system_group_data/index.php b/application/admin/view/setting/system_group_data/index.php
index 0a140597..91eb94fc 100644
--- a/application/admin/view/setting/system_group_data/index.php
+++ b/application/admin/view/setting/system_group_data/index.php
@@ -60,7 +60,9 @@
{volist name="fields" id="item"}
+ {notempty name="$vo.value[$item['title']]['value']"}
{$vo.value[$item['title']]['value']}
+ {/notempty}
|
{/volist}
|