This commit is contained in:
cxc
2022-12-05 15:58:30 +08:00
parent a7a8f21d11
commit 51c464985a
32 changed files with 289 additions and 1112 deletions

View File

@ -14,7 +14,7 @@
<div :style="{ marginLeft: 140 + 'px' }">
<el-button @click="submitForm('2')">审核拒绝</el-button>
<el-button type="primary" @click="submitForm('1')">通过审核</el-button>
<el-button type="primary" @click="testCount">通过审核</el-button>
<!-- <el-button type="primary" @click="testCount">通过审核</el-button> -->
</div>
</div>
</template>
@ -32,10 +32,6 @@ import { useRoute, useRouter } from "vue-router";
import { ElMessage } from "element-plus";
import useUserStore from "@/store/modules/user";
const testCount = () => {
useUserStore().unApprovedBusinessPlus();
};
const router = useRouter();
const route = useRoute();
const formType = ref(2);

View File

@ -51,12 +51,12 @@
</template>
</el-table-column>
<el-table-column prop="education" label="学历" align="center" />
<el-table-column
prop="introduce"
show-overflow-tooltip
label="个人备注"
align="center"
/>
<!-- prop="introduce" -->
<!-- <el-table-column show-overflow-tooltip label="个人备注" align="center">
<template #default="{ row }">
<div v-html="row.introduce"></div>
</template>
</el-table-column> -->
<el-table-column prop="school" label="毕业院校" align="center" />
<el-table-column prop="post" label="职务" align="center" />
<el-table-column label="站点" align="center">