测试禁止账号保存
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
0413a791c9
commit
7b7d4a7d6d
|
@ -82,6 +82,7 @@
|
|||
<span class="svg-container">
|
||||
<svg-icon icon-class="password" />
|
||||
</span>
|
||||
<el-input size="small" type="password" style="display: none" />
|
||||
<!-- password -->
|
||||
<el-input
|
||||
:key="passwordType"
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<el-button
|
||||
type="primary"
|
||||
icon="el-icon-download"
|
||||
@click="handleExport(9)"
|
||||
@click="handleExport(5)"
|
||||
size="mini"
|
||||
>
|
||||
{{ $t('common:button:export') }}
|
||||
|
@ -27,7 +27,7 @@
|
|||
<el-button
|
||||
type="primary"
|
||||
icon="el-icon-download"
|
||||
@click="handleExport(10)"
|
||||
@click="handleExport(6)"
|
||||
size="mini"
|
||||
>
|
||||
{{ $t('common:button:export') }}
|
||||
|
|
Loading…
Reference in New Issue