|
@@ -132,7 +132,7 @@
|
|
|
field="mobilePhone"></vxe-column>
|
|
|
<vxe-column min-width="160" align="center" title="毕业院校"
|
|
|
field="graduatedFrom"></vxe-column>
|
|
|
- <vxe-column min-width="160" fixed="right" align="center" title="是否已加入钉钉" field="ddType">
|
|
|
+<!-- <vxe-column min-width="160" fixed="right" align="center" title="是否已加入钉钉" field="ddType">
|
|
|
<template #default="scope">
|
|
|
<el-button v-if="scope.row.ddType === '1'" @click="detail(scope.row)"
|
|
|
type="success" effect="dark">{{ $dictUtils.getDictLabel("dd_type",
|
|
@@ -143,7 +143,7 @@
|
|
|
$dictUtils.getDictLabel("dd_type", scope.row.ddType,
|
|
|
'未加入') }} </el-button>
|
|
|
</template>
|
|
|
- </vxe-column>
|
|
|
+ </vxe-column>-->
|
|
|
<vxe-column min-width="100" title="状态" fixed="right" align="center" field="type">
|
|
|
<template #default="scope">
|
|
|
<el-button v-if="scope.row.processType === '1'" @click="detail(scope.row)"
|