|
@@ -2,7 +2,7 @@
|
|
|
* @Author : yuanrunwei
|
|
|
* @Date : 2021-12-03 15:18:11
|
|
|
* @LastEditors : yuanrunwei
|
|
|
- * @LastEditTime : 2021-12-06 20:12:34
|
|
|
+ * @LastEditTime : 2021-12-07 16:02:13
|
|
|
* @FilePath : \spfm-market-front\src\pages\main\performance\analysis.vue
|
|
|
-->
|
|
|
<template>
|
|
@@ -42,58 +42,61 @@ export default {
|
|
|
width: 50,
|
|
|
},
|
|
|
{
|
|
|
- label: "重点工作",
|
|
|
+ label: "指标名称",
|
|
|
props: "subject",
|
|
|
},
|
|
|
+ // {
|
|
|
+ // label: "来源",
|
|
|
+ // props: "origin",
|
|
|
+ // width: 100,
|
|
|
+ // },
|
|
|
+
|
|
|
{
|
|
|
- label: "来源",
|
|
|
- props: "origin",
|
|
|
- width: 100,
|
|
|
- },
|
|
|
- {
|
|
|
- label: "主要内容",
|
|
|
+ label: "工作内容",
|
|
|
props: "content",
|
|
|
width: 300,
|
|
|
type: "textarea",
|
|
|
align: "left",
|
|
|
},
|
|
|
{
|
|
|
- label: "完成标志及计分方法(需体现出完成时间)",
|
|
|
- props: "mark",
|
|
|
- width: 500,
|
|
|
- type: "textarea",
|
|
|
- align: "left",
|
|
|
- },
|
|
|
- {
|
|
|
- label: "分值",
|
|
|
- width: 50,
|
|
|
- props: "score",
|
|
|
- },
|
|
|
- {
|
|
|
label: "负责人",
|
|
|
props: "leader",
|
|
|
},
|
|
|
+
|
|
|
+ // {
|
|
|
+ // label: "完成标志及计分方法(需体现出完成时间)",
|
|
|
+ // props: "mark",
|
|
|
+ // width: 500,
|
|
|
+ // type: "textarea",
|
|
|
+ // align: "left",
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // label: "分值",
|
|
|
+ // width: 50,
|
|
|
+ // props: "score",
|
|
|
+ // },
|
|
|
+
|
|
|
{
|
|
|
label: "本月绩效自评",
|
|
|
props: "personal_month",
|
|
|
width: 300,
|
|
|
children: [
|
|
|
{
|
|
|
- label: "本月工作内容",
|
|
|
- props: "personal_month_content",
|
|
|
- },
|
|
|
- {
|
|
|
- label: "本月完成情况",
|
|
|
+ label: "完成情况",
|
|
|
props: "personal_month_status",
|
|
|
},
|
|
|
{
|
|
|
- label: "本月完成情况自评",
|
|
|
+ label: "完成情况自评",
|
|
|
props: "personal_month_self",
|
|
|
},
|
|
|
+ // {
|
|
|
+ // label: "工作内容",
|
|
|
+ // props: "personal_month_content",
|
|
|
+ // },
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
- label: "下月计划",
|
|
|
+ label: "下月绩效计划",
|
|
|
props: "next_month",
|
|
|
children: [
|
|
|
{
|
|
@@ -101,9 +104,14 @@ export default {
|
|
|
props: "next_month_content",
|
|
|
},
|
|
|
{
|
|
|
- label: "下月工作内容计分方法",
|
|
|
+ label: "计分方法",
|
|
|
props: "next_month_method",
|
|
|
},
|
|
|
+ {
|
|
|
+ label: "分值",
|
|
|
+ width: 50,
|
|
|
+ props: "score",
|
|
|
+ },
|
|
|
],
|
|
|
},
|
|
|
],
|