|
|
@@ -3,8 +3,8 @@
|
|
|
<div class="mb20" style="margin-left: 200px">
|
|
|
<el-button-group class="mr30">
|
|
|
<el-button
|
|
|
- :type="type == 4 ? 'primary' : ''"
|
|
|
- @click="(currentPage = 1), (type = 4), getCertList()"
|
|
|
+ :type="type == 3 ? 'primary' : ''"
|
|
|
+ @click="(currentPage = 1), (type = 3), getCertList()"
|
|
|
>
|
|
|
全部
|
|
|
</el-button>
|
|
|
@@ -173,7 +173,7 @@ import _ from "lodash";
|
|
|
import { subTimeStr } from "../../utils/utils";
|
|
|
|
|
|
const route = useRoute();
|
|
|
-let type = ref(4);
|
|
|
+let type = ref(3);
|
|
|
let certType = ref(1);
|
|
|
let tableData = ref([]);
|
|
|
let total = ref(0);
|