+
+
+
+ {{ item.label + ' ' }}
+
+ {{ item.label + ' ' }}
+
+
+
+
+ {{ unmatchArray | handleArray }}
+
+
+
+
+
+
diff --git a/src/main.js b/src/main.js
index d2fe0bf..76efaa9 100644
--- a/src/main.js
+++ b/src/main.js
@@ -32,6 +32,7 @@ import ImageUpload from "@/components/ImageUpload"
import ImagePreview from "@/components/ImagePreview"
// 字典标签组件
import DictTag from '@/components/DictTag'
+import DictNewTag from '@/components/DictNewTag'
// 头部标签组件
import VueMeta from 'vue-meta'
// 字典数据组件
@@ -50,6 +51,7 @@ Vue.prototype.downloadExcel = downloadExcel
// 全局组件挂载
Vue.component('DictTag', DictTag)
+Vue.component('DictNewTag', DictNewTag)
Vue.component('Pagination', Pagination)
Vue.component('RightToolbar', RightToolbar)
Vue.component('Editor', Editor)
diff --git a/src/views/personnelMatters/holidays/index.vue b/src/views/personnelMatters/holidays/index.vue
index 8793933..e1d4797 100644
--- a/src/views/personnelMatters/holidays/index.vue
+++ b/src/views/personnelMatters/holidays/index.vue
@@ -1,97 +1,72 @@