|
@@ -449,10 +449,10 @@ 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_shi_ji_",
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
label: "评估时间",
|
|
label: "评估时间",
|
|
@@ -477,7 +477,7 @@ export const correlationConfig = {
|
|
|
],
|
|
],
|
|
|
// [{ 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_shi_ji_", type: "text" },
|
|
|
{ name: "评估结果", field: "kao_he_jie_guo_", 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" }],
|