|
|
@ -221,7 +221,7 @@
|
|
|
|
:visible.sync="addCertVisible"
|
|
|
|
:visible.sync="addCertVisible"
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
width="70%"
|
|
|
|
width="60%"
|
|
|
|
v-if="addCertVisible"
|
|
|
|
v-if="addCertVisible"
|
|
|
|
append-to-body
|
|
|
|
append-to-body
|
|
|
|
@close='closeLocalDialog'
|
|
|
|
@close='closeLocalDialog'
|
|
|
@ -240,7 +240,7 @@
|
|
|
|
:visible.sync="selectCertVisible"
|
|
|
|
:visible.sync="selectCertVisible"
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
width="70%"
|
|
|
|
width="60%"
|
|
|
|
v-if="selectCertVisible"
|
|
|
|
v-if="selectCertVisible"
|
|
|
|
append-to-body
|
|
|
|
append-to-body
|
|
|
|
@close='closeLocalDialog'
|
|
|
|
@close='closeLocalDialog'
|
|
|
|