feat: 证书状态查询
This commit is contained in:
parent
f550b1391d
commit
b53fd04088
|
@ -43,7 +43,8 @@
|
||||||
clearable
|
clearable
|
||||||
style="margin-left: 2px"
|
style="margin-left: 2px"
|
||||||
>
|
>
|
||||||
|
<el-option v-for="e in certStateEnum.values" :key="e.key" :value="e.key"
|
||||||
|
:label="e.text"></el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
</div>
|
</div>
|
||||||
<div class="right-panel">
|
<div class="right-panel">
|
||||||
|
|
Loading…
Reference in New Issue