From b99720f014aa025e11c92da75037f8398a887de6 Mon Sep 17 00:00:00 2001
From: yz_08 <yz_0812@outlook.com>
Date: 星期三, 10 三月 2021 11:53:11 +0800
Subject: [PATCH] 修改属性名
---
src/views/febs/system/job/Index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/febs/system/job/Index.vue b/src/views/febs/system/job/Index.vue
index 1c53199..8b06d7a 100644
--- a/src/views/febs/system/job/Index.vue
+++ b/src/views/febs/system/job/Index.vue
@@ -1,7 +1,7 @@
<template>
<div class="app-container">
<div class="filter-container">
- <el-input v-model="queryParams.positionName" placeholder="岗位名称" class="filter-item search-item" />
+ <el-input v-model="queryParams.positionName" placeholder="岗位" class="filter-item search-item" />
<el-button class="hr-but-all" type="primary" @click="search">
{{ $t('table.search') }}
</el-button>
@@ -32,7 +32,7 @@
>
<el-table-column type="selection" align="center" width="40px" />
<el-table-column v-if="fsnumShow" label="" prop="positionId" :show-overflow-tooltip="false" align="center" />
- <el-table-column label="岗位名称" prop="positionName" :show-overflow-tooltip="true" align="center" min-width="100px" />
+ <el-table-column label="岗位" prop="positionName" :show-overflow-tooltip="true" align="center" min-width="100px" />
<el-table-column label="岗位编码" prop="positionCode" :show-overflow-tooltip="true" align="center" />
<el-table-column label="创建时间" prop="createTime" :show-overflow-tooltip="true" align="center" min-width="170px" />
<el-table-column label="创建人" prop="creator" :show-overflow-tooltip="true" align="center" min-width="160px" />
--
Gitblit v1.8.0