|
|
@@ -62,7 +62,7 @@
|
|
|
<el-table-column label="转正人" align="center" prop="employeeName" min-width="80" />
|
|
|
<el-table-column label="部门" align="center" prop="deptName" min-width="100" />
|
|
|
<el-table-column label="职位" align="center" prop="position" min-width="100" />
|
|
|
- <el-table-column label="手机号" align="center" prop="employeePhone" min-width="100" />
|
|
|
+ <el-table-column label="手机号" align="center" prop="employeePhone" min-width="110" />
|
|
|
<el-table-column label="入职日期" align="center" prop="entryDate" min-width="100" />
|
|
|
<el-table-column label="转正日期" align="center" prop="conversionDate" min-width="100" />
|
|
|
<el-table-column label="创建人" align="center" prop="creatorEmployeeName" min-width="80" />
|
|
|
@@ -152,7 +152,7 @@
|
|
|
placeholder='请填写工作总结'></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
-
|
|
|
+
|
|
|
<el-col :span="24">
|
|
|
<el-form-item label="附件">
|
|
|
<el-upload :action="fileUrl" :headers="headers" :file-list="files" :on-success="handleFileSuccessCite"
|
|
|
@@ -186,7 +186,7 @@
|
|
|
<span :title="form.employeeName">{{ form.employeeName }}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
+
|
|
|
<div class="fx-field x-grid-col-12">
|
|
|
<div class="field-label">
|
|
|
<div class="field-name">部门</div>
|
|
|
@@ -261,7 +261,7 @@
|
|
|
</div>
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
<div class="fx-field x-grid-col-12">
|
|
|
@@ -650,4 +650,4 @@ ul {
|
|
|
.el-tag+.el-tag {
|
|
|
margin-left: 10px;
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|