From 0c1a8d4e2f6db0fb225515e796bdad10785c309b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20=C3=87olako=C4=9Flu?= Date: Thu, 28 Jan 2021 00:46:59 +0300 Subject: [PATCH] Protocol Number on PatientModal --- package-lock.json | 18 ++++++++++----- package.json | 1 + src/components/AppointmentModal.vue | 16 ++++++++++---- src/components/PatientModal.vue | 34 +++++++++++++++++++++++++++-- src/main.js | 11 ++++------ src/views/Calendar.vue | 3 ++- 6 files changed, 64 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 913c5de..5f9f3cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1309,6 +1309,14 @@ "@types/yargs": "^13.0.0" } }, + "@johmun/vue-tags-input": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@johmun/vue-tags-input/-/vue-tags-input-2.1.0.tgz", + "integrity": "sha512-Fdwfss/TqCqMJbGAkmlzKbcG/ia1MstYjhqPBj+zG7h/166tIcE1TIftUxhT9LZ+RWjRSG0EFA1UyaHQSr3k3Q==", + "requires": { + "vue": "^2.6.10" + } + }, "@most/multicast": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/@most/multicast/-/multicast-1.3.0.tgz", @@ -1860,7 +1868,7 @@ "dependencies": { "html-tags": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-2.0.0.tgz", + "resolved": "https://registry.npm.taobao.org/html-tags/download/html-tags-2.0.0.tgz", "integrity": "sha1-ELMKOGCF9Dzt41PMj6fLDe7qZos=" } } @@ -1962,7 +1970,7 @@ }, "html-tags": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-2.0.0.tgz", + "resolved": "https://registry.npm.taobao.org/html-tags/download/html-tags-2.0.0.tgz", "integrity": "sha1-ELMKOGCF9Dzt41PMj6fLDe7qZos=" } } @@ -9461,7 +9469,7 @@ }, "lodash.kebabcase": { "version": "4.1.1", - "resolved": "https://registry.npmjs.org/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz", + "resolved": "https://registry.npm.taobao.org/lodash.kebabcase/download/lodash.kebabcase-4.1.1.tgz", "integrity": "sha1-hImxyw0p/4gZXM7KRI/21swpXDY=" }, "lodash.mapvalues": { @@ -11811,7 +11819,7 @@ "dependencies": { "jsesc": { "version": "0.5.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", + "resolved": "https://registry.npm.taobao.org/jsesc/download/jsesc-0.5.0.tgz?cache=0&sync_timestamp=1603893628084&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fjsesc%2Fdownload%2Fjsesc-0.5.0.tgz", "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=" } } @@ -13033,7 +13041,7 @@ }, "svg-tags": { "version": "1.0.0", - "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz", + "resolved": "https://registry.npm.taobao.org/svg-tags/download/svg-tags-1.0.0.tgz", "integrity": "sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=" }, "svgo": { diff --git a/package.json b/package.json index 77bb8c6..4911ac6 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "@fullcalendar/interaction": "^5.5.0", "@fullcalendar/timegrid": "^5.5.1", "@fullcalendar/vue": "^5.5.0", + "@johmun/vue-tags-input": "^2.1.0", "@sebgroup/frontend-tools": "^2.0.2", "@tailwindcss/postcss7-compat": "^2.0.2", "@vue-hero-icons/solid": "^1.6.3", diff --git a/src/components/AppointmentModal.vue b/src/components/AppointmentModal.vue index f92e6c0..cad8460 100644 --- a/src/components/AppointmentModal.vue +++ b/src/components/AppointmentModal.vue @@ -44,8 +44,8 @@
- - + +
+
+ + +