diff --git a/src/components/UserConfirmDialog/index.vue b/src/components/UserConfirmDialog/index.vue
index 3fbe1ffbf..919800312 100644
--- a/src/components/UserConfirmDialog/index.vue
+++ b/src/components/UserConfirmDialog/index.vue
@@ -14,7 +14,7 @@
{{ Label }}
-
+
{{ HelpText }}
@@ -42,6 +42,16 @@ export default {
visible: false
}
},
+
+ computed: {
+ showPassword() {
+ if (this.ConfirmType === 'password') {
+ console.log('--------------')
+ return { 'show-password': true }
+ }
+ return {}
+ }
+ },
watch: {
visible(val) {
if (!val) {