badge
This commit is contained in:
@ -214,5 +214,6 @@ const handleBatchApproval = async () => {
|
||||
.catch(() => {});
|
||||
};
|
||||
userStore.getUnApprovedProduct();
|
||||
userStore.getProductTotal();
|
||||
</script>
|
||||
<style></style>
|
||||
|
||||
@ -207,5 +207,6 @@ const handleBatchApproval = async () => {
|
||||
.catch(() => {});
|
||||
};
|
||||
userStore.getUnApprovedAchivement();
|
||||
userStore.getAchievementTotal();
|
||||
</script>
|
||||
<style></style>
|
||||
|
||||
@ -247,5 +247,6 @@ const complete = (id) => {
|
||||
getSiteList();
|
||||
getList();
|
||||
userStore.getUnApprovedTechnology();
|
||||
userStore.getTechnologyTotal();
|
||||
</script>
|
||||
<style></style>
|
||||
|
||||
@ -16,6 +16,7 @@
|
||||
class="m-2"
|
||||
placeholder="请选择"
|
||||
>
|
||||
<el-option label="待审核" :value="0" />
|
||||
<el-option label="已审核" :value="1" />
|
||||
<el-option label="已拒绝" :value="2" />
|
||||
</el-select>
|
||||
|
||||
Reference in New Issue
Block a user