Commit d67f7622 authored by 姬鋆屾's avatar 姬鋆屾

parent 1ee96ac7
...@@ -218,7 +218,11 @@ export default { ...@@ -218,7 +218,11 @@ export default {
{ label: "绩效规则", prop: "ruleName" }, { label: "绩效规则", prop: "ruleName" },
{ label: "加分/扣分方式", prop: "subMethod", formatter: this.formatter }, {
label: "加分/扣分方式",
prop: "subMethod",
formatter: this.formatter,
},
{ {
label: "加分/扣分时间", label: "加分/扣分时间",
...@@ -228,6 +232,18 @@ export default { ...@@ -228,6 +232,18 @@ export default {
{ label: "加分/扣分人员", prop: "deductPerson" }, { label: "加分/扣分人员", prop: "deductPerson" },
{ label: "核查结果", prop: "checkResult", formatter: this.formatter },
{ label: "说明", prop: "checkDesc" },
{ label: "核查人员", prop: "checkPerson" },
{
label: "核查时间",
prop: "checkTime",
formatter: this.formatterDate,
},
{ label: "分值", prop: "score", formatter: this.formatter }, { label: "分值", prop: "score", formatter: this.formatter },
{ {
......
...@@ -225,7 +225,11 @@ export default { ...@@ -225,7 +225,11 @@ export default {
{ label: "绩效规则", prop: "ruleNme" }, { label: "绩效规则", prop: "ruleNme" },
{ label: "加分/扣分方式", prop: "subMethod", formatter: this.formatter }, {
label: "加分/扣分方式",
prop: "subMethod",
formatter: this.formatter,
},
{ {
label: "加分/扣分时间", label: "加分/扣分时间",
...@@ -235,6 +239,18 @@ export default { ...@@ -235,6 +239,18 @@ export default {
{ label: "加分/扣分人员", prop: "deductPerson" }, { label: "加分/扣分人员", prop: "deductPerson" },
{ label: "核查结果", prop: "checkResult", formatter: this.formatter },
{ label: "说明", prop: "checkDesc" },
{ label: "核查人员", prop: "checkPerson" },
{
label: "核查时间",
prop: "checkTime",
formatter: this.formatterDate,
},
{ label: "分值", prop: "score", formatter: this.formatter }, { label: "分值", prop: "score", formatter: this.formatter },
{ {
......
...@@ -225,7 +225,11 @@ export default { ...@@ -225,7 +225,11 @@ export default {
{ label: "绩效规则", prop: "ruleName" }, { label: "绩效规则", prop: "ruleName" },
{ label: "加分/扣分方式", prop: "subMethod", formatter: this.formatter }, {
label: "加分/扣分方式",
prop: "subMethod",
formatter: this.formatter,
},
{ {
label: "加分/扣分时间", label: "加分/扣分时间",
...@@ -235,6 +239,18 @@ export default { ...@@ -235,6 +239,18 @@ export default {
{ label: "加分/扣分人员", prop: "deductPerson" }, { label: "加分/扣分人员", prop: "deductPerson" },
{ label: "核查结果", prop: "checkResult", formatter: this.formatter },
{ label: "说明", prop: "checkDesc" },
{ label: "核查人员", prop: "checkPerson" },
{
label: "核查时间",
prop: "checkTime",
formatter: this.formatterDate,
},
{ label: "分值", prop: "score", formatter: this.formatter }, { label: "分值", prop: "score", formatter: this.formatter },
{ {
......
...@@ -213,7 +213,11 @@ export default { ...@@ -213,7 +213,11 @@ export default {
{ label: "绩效规则", prop: "ruleName" }, { label: "绩效规则", prop: "ruleName" },
{ label: "加分/扣分方式", prop: "subMethod", formatter: this.formatter }, {
label: "加分/扣分方式",
prop: "subMethod",
formatter: this.formatter,
},
{ {
label: "加分/扣分时间", label: "加分/扣分时间",
...@@ -223,6 +227,18 @@ export default { ...@@ -223,6 +227,18 @@ export default {
{ label: "加分/扣分人员", prop: "deductPerson" }, { label: "加分/扣分人员", prop: "deductPerson" },
{ label: "核查结果", prop: "checkResult", formatter: this.formatter },
{ label: "说明", prop: "checkDesc" },
{ label: "核查人员", prop: "checkPerson" },
{
label: "核查时间",
prop: "checkTime",
formatter: this.formatterDate,
},
{ label: "分值", prop: "score", formatter: this.formatter }, { label: "分值", prop: "score", formatter: this.formatter },
{ {
......
...@@ -221,7 +221,11 @@ export default { ...@@ -221,7 +221,11 @@ export default {
{ label: "绩效规则", prop: "ruleName" }, { label: "绩效规则", prop: "ruleName" },
{ label: "加分/扣分方式", prop: "subMethod", formatter: this.formatter }, {
label: "加分/扣分方式",
prop: "subMethod",
formatter: this.formatter,
},
{ {
label: "加分/扣分时间", label: "加分/扣分时间",
...@@ -231,6 +235,18 @@ export default { ...@@ -231,6 +235,18 @@ export default {
{ label: "加分/扣分人员", prop: "deductPerson" }, { label: "加分/扣分人员", prop: "deductPerson" },
{ label: "核查结果", prop: "checkResult", formatter: this.formatter },
{ label: "说明", prop: "checkDesc" },
{ label: "核查人员", prop: "checkPerson" },
{
label: "核查时间",
prop: "checkTime",
formatter: this.formatterDate,
},
{ label: "分值", prop: "score", formatter: this.formatter }, { label: "分值", prop: "score", formatter: this.formatter },
{ {
......
...@@ -222,7 +222,11 @@ export default { ...@@ -222,7 +222,11 @@ export default {
{ label: "绩效规则", prop: "ruleNme" }, { label: "绩效规则", prop: "ruleNme" },
{ label: "加分/扣分方式", prop: "subMethod", formatter: this.formatter }, {
label: "加分/扣分方式",
prop: "subMethod",
formatter: this.formatter,
},
{ {
label: "加分/扣分时间", label: "加分/扣分时间",
...@@ -232,6 +236,18 @@ export default { ...@@ -232,6 +236,18 @@ export default {
{ label: "加分/扣分人员", prop: "deductPerson" }, { label: "加分/扣分人员", prop: "deductPerson" },
{ label: "核查结果", prop: "checkResult", formatter: this.formatter },
{ label: "说明", prop: "checkDesc" },
{ label: "核查人员", prop: "checkPerson" },
{
label: "核查时间",
prop: "checkTime",
formatter: this.formatterDate,
},
{ label: "分值", prop: "score", formatter: this.formatter }, { label: "分值", prop: "score", formatter: this.formatter },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment