|
@@ -134,7 +134,9 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column align="center"
|
|
<el-table-column align="center"
|
|
label="人事状态">
|
|
label="人事状态">
|
|
- <template slot-scope="scope">{{ scope.row.isProbationPeriod | isProbationPeriod }} </template>
|
|
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ {{ scope.row.isProbationPeriod == 0 ? '正式' : '试用' }}
|
|
|
|
+ </template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column align="center"
|
|
<el-table-column align="center"
|
|
prop="vipNum"
|
|
prop="vipNum"
|