diff --git a/api/app/lib/controllers/report/index.js b/api/app/lib/controllers/report/index.js index b635fb5a..ae26cf8f 100644 --- a/api/app/lib/controllers/report/index.js +++ b/api/app/lib/controllers/report/index.js @@ -9,7 +9,7 @@ async function reportList (ctx) { where: { }, - attributes: ['id', 'road', 'time', 'projectType', 'roadSectionStart', 'roadSectionEnd', 'reportType', 'content'], + attributes: ['id', 'road', 'time', 'projectType', 'roadSectionStart', 'roadSectionEnd', 'reportType', 'content', 'longitude','latitude'], include: [{ model: models.User, attributes: ['name'] diff --git a/web/client/assets/images/worker.png b/web/client/assets/images/worker.png new file mode 100644 index 00000000..1b08f3dd Binary files /dev/null and b/web/client/assets/images/worker.png differ diff --git a/web/client/index.html b/web/client/index.html index 21c20065..ecbc3a73 100644 --- a/web/client/index.html +++ b/web/client/index.html @@ -1,43 +1,33 @@ -
- -