From 49d784d27d565773429ec5246a05a0f25135ec31 Mon Sep 17 00:00:00 2001 From: weicw <594098497@qq.com> Date: Thu, 23 Nov 2023 22:29:32 +0800 Subject: [PATCH] 1 --- pages.json | 1 + pages/contract/template/list.vue | 338 ++++++++++++++++++ .../components/table/table-easy.vue | 2 +- 3 files changed, 340 insertions(+), 1 deletion(-) create mode 100644 pages/contract/template/list.vue diff --git a/pages.json b/pages.json index d29a2e5..261da4e 100644 --- a/pages.json +++ b/pages.json @@ -6,6 +6,7 @@ { "path": "pages/config/site"}, { "path": "pages/enquiry/template/list"}, { "path": "pages/enquiry/attributes/list"}, + { "path": "pages/contract/template/list"}, { "path": "pages/login/index", "style": { diff --git a/pages/contract/template/list.vue b/pages/contract/template/list.vue new file mode 100644 index 0000000..a43310d --- /dev/null +++ b/pages/contract/template/list.vue @@ -0,0 +1,338 @@ + + + + \ No newline at end of file diff --git a/pages_template/components/table/table-easy.vue b/pages_template/components/table/table-easy.vue index 011bfad..d5dfcad 100644 --- a/pages_template/components/table/table-easy.vue +++ b/pages_template/components/table/table-easy.vue @@ -126,7 +126,7 @@ queryForm1:{ // 查询表单数据源,可在此设置默认值 formData:{ - + }, // 查询表单的字段规则 fieldName:指定数据库字段名,不填默认等于key columns:[