From 0aa9919362a73a3fe22587d07779c0561de1700b Mon Sep 17 00:00:00 2001 From: zhangjun1 Date: Thu, 30 Apr 2020 17:39:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E6=9C=8D=E5=8A=A1=E8=AF=A6?= =?UTF-8?q?=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/card.vue | 73 ++++++++++++++++ src/pages/example_icon.vue | 13 +-- src/pages/serviceDetail.vue | 170 ++++++++++++++++++++++++++++++++++-- static/data.json | 47 ++++++++++ 4 files changed, 292 insertions(+), 11 deletions(-) create mode 100644 src/components/card.vue diff --git a/src/components/card.vue b/src/components/card.vue new file mode 100644 index 0000000..05a57cf --- /dev/null +++ b/src/components/card.vue @@ -0,0 +1,73 @@ + + + + + diff --git a/src/pages/example_icon.vue b/src/pages/example_icon.vue index 43a003a..68f694c 100644 --- a/src/pages/example_icon.vue +++ b/src/pages/example_icon.vue @@ -21,14 +21,15 @@ export default { diff --git a/static/data.json b/static/data.json index fdd6e66..5cefa60 100644 --- a/static/data.json +++ b/static/data.json @@ -94,6 +94,53 @@ ] } ], + "params_use_arr":[ + { + "id": 1, + "dydw": "某某省某某市莫某城管局字符占位", + "dyr": "张先生", + "dyyw": "某某项目的决策指挥系统字符占位", + "ywxt": "https://apaas.wodcloud.com/apaas/ui/#/", + "cjms": "某某某应用于决策指挥系统占位字符", + "sqsj": "2016-05-02 12:20:35" + }, + { + "id": 1, + "dydw": "某某省某某市莫某城管局字符占位", + "dyr": "张先生", + "dyyw": "某某项目的决策指挥系统字符占位", + "ywxt": "https://apaas.wodcloud.com/apaas/ui/#/", + "cjms": "某某某应用于决策指挥系统占位字符", + "sqsj": "2016-05-02 12:20:35" + }, + { + "id": 1, + "dydw": "某某省某某市莫某城管局字符占位", + "dyr": "张先生", + "dyyw": "某某项目的决策指挥系统字符占位", + "ywxt": "https://apaas.wodcloud.com/apaas/ui/#/", + "cjms": "某某某应用于决策指挥系统占位字符", + "sqsj": "2016-05-02 12:20:35" + }, + { + "id": 1, + "dydw": "某某省某某市莫某城管局字符占位", + "dyr": "张先生", + "dyyw": "某某项目的决策指挥系统字符占位", + "ywxt": "https://apaas.wodcloud.com/apaas/ui/#/", + "cjms": "某某某应用于决策指挥系统占位字符", + "sqsj": "2016-05-02 12:20:35" + }, + { + "id": 1, + "dydw": "某某省某某市莫某城管局字符占位", + "dyr": "张先生", + "dyyw": "某某项目的决策指挥系统字符占位", + "ywxt": "https://apaas.wodcloud.com/apaas/ui/#/", + "cjms": "某某某应用于决策指挥系统占位字符", + "sqsj": "2016-05-02 12:20:35" + } + ], "creat_app":[ { "id": 1, -- 2.26.0