|
@@ -446,20 +446,20 @@ export const correlationConfig = {
|
|
|
config: [
|
|
config: [
|
|
|
// { label: '考核时机', width: '15%', type: 'text', field: 'kao_he_shi_ji_' },
|
|
// { label: '考核时机', width: '15%', type: 'text', field: 'kao_he_shi_ji_' },
|
|
|
{
|
|
{
|
|
|
- label: "考核类型",
|
|
|
|
|
|
|
+ label: "评估类型",
|
|
|
width: "10%",
|
|
width: "10%",
|
|
|
type: "text",
|
|
type: "text",
|
|
|
field: "kao_he_lei_bie_",
|
|
field: "kao_he_lei_bie_",
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- label: "考核时间",
|
|
|
|
|
|
|
+ label: "评估时间",
|
|
|
width: "15%",
|
|
width: "15%",
|
|
|
type: "text",
|
|
type: "text",
|
|
|
field: "bian_zhi_shi_jian",
|
|
field: "bian_zhi_shi_jian",
|
|
|
},
|
|
},
|
|
|
// { label: '总分', width: '10%', type: 'text', field: 'zong_fen_' },
|
|
// { label: '总分', width: '10%', type: 'text', field: 'zong_fen_' },
|
|
|
{
|
|
{
|
|
|
- label: "考核结果",
|
|
|
|
|
|
|
+ label: "评估结果",
|
|
|
width: "12%",
|
|
width: "12%",
|
|
|
type: "text",
|
|
type: "text",
|
|
|
field: "kao_he_jie_guo_",
|
|
field: "kao_he_jie_guo_",
|
|
@@ -469,13 +469,13 @@ export const correlationConfig = {
|
|
|
],
|
|
],
|
|
|
dialog: [
|
|
dialog: [
|
|
|
[
|
|
[
|
|
|
- { name: "被考核人员", field: "bei_kao_he_ren_", type: "user" },
|
|
|
|
|
|
|
+ { name: "被评估人员", field: "bei_kao_he_ren_", type: "user" },
|
|
|
{ name: "编制时间", field: "bian_zhi_shi_jian", type: "text" },
|
|
{ name: "编制时间", field: "bian_zhi_shi_jian", type: "text" },
|
|
|
],
|
|
],
|
|
|
// [{ name: '考核时机', field: 'kao_he_shi_ji_', type: 'text' }, { name: '总分', field: 'zong_fen_', type: 'text' }],
|
|
// [{ name: '考核时机', field: 'kao_he_shi_ji_', type: 'text' }, { name: '总分', field: 'zong_fen_', type: 'text' }],
|
|
|
[
|
|
[
|
|
|
- { name: "考核类型", field: "kao_he_lei_bie_", type: "text" },
|
|
|
|
|
- { name: "考核结果", field: "kao_he_jie_guo_", type: "text" },
|
|
|
|
|
|
|
+ { name: "评估类型", field: "kao_he_lei_bie_", type: "text" },
|
|
|
|
|
+ { name: "评估结果", field: "kao_he_jie_guo_", type: "text" },
|
|
|
],
|
|
],
|
|
|
[{ name: "附件", field: "shang_chuan_fu_ji", type: "file" }],
|
|
[{ name: "附件", field: "shang_chuan_fu_ji", type: "file" }],
|
|
|
[{ name: "表单", field: "kuai_zhao_", type: "file" }],
|
|
[{ name: "表单", field: "kuai_zhao_", type: "file" }],
|