测试禁止账号保存
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">
|
<span class="svg-container">
|
||||||
<svg-icon icon-class="password" />
|
<svg-icon icon-class="password" />
|
||||||
</span>
|
</span>
|
||||||
|
<el-input size="small" type="password" style="display: none" />
|
||||||
<!-- password -->
|
<!-- password -->
|
||||||
<el-input
|
<el-input
|
||||||
:key="passwordType"
|
:key="passwordType"
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
type="primary"
|
||||||
icon="el-icon-download"
|
icon="el-icon-download"
|
||||||
@click="handleExport(9)"
|
@click="handleExport(5)"
|
||||||
size="mini"
|
size="mini"
|
||||||
>
|
>
|
||||||
{{ $t('common:button:export') }}
|
{{ $t('common:button:export') }}
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
type="primary"
|
||||||
icon="el-icon-download"
|
icon="el-icon-download"
|
||||||
@click="handleExport(10)"
|
@click="handleExport(6)"
|
||||||
size="mini"
|
size="mini"
|
||||||
>
|
>
|
||||||
{{ $t('common:button:export') }}
|
{{ $t('common:button:export') }}
|
||||||
|
|
Loading…
Reference in New Issue