|
@@ -47,7 +47,7 @@
|
|
47
|
<div v-if="currentTab === 'non-cadre'">
|
47
|
<div v-if="currentTab === 'non-cadre'">
|
|
48
|
<el-table v-loading="loading" :data="nonCadreList" border fit highlight-current-row
|
48
|
<el-table v-loading="loading" :data="nonCadreList" border fit highlight-current-row
|
|
49
|
style="width: 100%; margin-top: 20px;">
|
49
|
style="width: 100%; margin-top: 20px;">
|
|
50
|
- <el-table-column label="大队" prop="brigade" align="center" min-width="100" />
|
|
|
|
|
|
50
|
+ <el-table-column label="大队" prop="brigadeName" align="center" min-width="100" />
|
|
51
|
<el-table-column label="用工形式" prop="employmentType" align="center" min-width="100">
|
51
|
<el-table-column label="用工形式" prop="employmentType" align="center" min-width="100">
|
|
52
|
<template #default="scope">
|
52
|
<template #default="scope">
|
|
53
|
<dict-tag :options="employment_type" :value="scope.row.employmentType" />
|
53
|
<dict-tag :options="employment_type" :value="scope.row.employmentType" />
|