From 8b94a1373100a6d78d36a7c9c7a1f6efdcf9fa0c Mon Sep 17 00:00:00 2001
From: leave <>
Date: Mon, 2 Nov 2020 15:36:34 +0800
Subject: [PATCH 1/2] no message
---
src/components/popupMange/index.vue | 141 ++++++++++++++++++++++++++++
src/utils/elementConfig.js | 2 +
2 files changed, 143 insertions(+)
create mode 100644 src/components/popupMange/index.vue
diff --git a/src/components/popupMange/index.vue b/src/components/popupMange/index.vue
new file mode 100644
index 0000000..e56e7df
--- /dev/null
+++ b/src/components/popupMange/index.vue
@@ -0,0 +1,141 @@
+
+
+
+
+
diff --git a/src/utils/elementConfig.js b/src/utils/elementConfig.js
index 865f3a0..2943ac8 100644
--- a/src/utils/elementConfig.js
+++ b/src/utils/elementConfig.js
@@ -15,6 +15,7 @@ import {
CheckboxGroup,
Switch,
TimePicker,
+ Row,
Col,
Checkbox,
Radio,
@@ -63,6 +64,7 @@ Vue.use(TableColumn)
Vue.use(CheckboxGroup)
Vue.use(Switch)
Vue.use(TimePicker)
+Vue.use(Row)
Vue.use(Col)
Vue.use(Checkbox)
Vue.use(Radio)
From 588e366e13f152ee865a4e88b9cc81c98c14b779 Mon Sep 17 00:00:00 2001
From: leave <>
Date: Mon, 2 Nov 2020 15:51:45 +0800
Subject: [PATCH 2/2] no message
---
src/components/popupMange/index.vue | 27 +++++++++++++++------------
1 file changed, 15 insertions(+), 12 deletions(-)
diff --git a/src/components/popupMange/index.vue b/src/components/popupMange/index.vue
index e56e7df..eb4644e 100644
--- a/src/components/popupMange/index.vue
+++ b/src/components/popupMange/index.vue
@@ -25,7 +25,7 @@
>删除
-
@@ -114,17 +115,19 @@ export default {
},
methods: {
- hundlePopupHide () { },
+ hundlePopupHide () {
+ this.showChooseList = false
+ this.$emit('update:showChooseList', false)
+ },
handleSubmitPopup () {
-
+ this.$emit('cb', {})
},
handleAdd () { },
handleDelete () {
-
- },
- handlePermissionsRadio () {
- this.permissionsPrompt = this.permissionsRadio === '0' ? '被考核人的目标完成确认后,管理员和部门主管都可以调整目标' : '被考核人的目标完成确认后,只有管理员可以调整目标'
}
+ // handlePermissionsRadio () {
+ // this.permissionsPrompt = this.permissionsRadio === '0' ? '被考核人的目标完成确认后,管理员和部门主管都可以调整目标' : '被考核人的目标完成确认后,只有管理员可以调整目标'
+ // }
}
}