ソースを参照

修改初始化数据

noob 3 年 前
コミット
9cd69c16e0

+ 36 - 28
src/pages/main/performance/analysis.vue

@@ -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",
+                        },
                     ],
                 },
             ],

ファイルの差分が大きいため隠しています
+ 84 - 4
src/pages/main/performance/index.vue


+ 42 - 2
src/pages/main/performance/issue.vue

@@ -148,15 +148,55 @@ export default {
             ],
             receiver_table_list: [
                 {
-                    receiver: "邱钰",
+                    receiver: "刘洁",
                     department: "科室1",
                     date: "",
                 },
                 {
-                    receiver: "郭鹏",
+                    receiver: "李方岩",
                     department: "科室2",
                     date: "",
                 },
+                {
+                    receiver: "吴磊",
+                    department: "科室2",
+                    date: "",
+                },
+                {
+                    receiver: "孙震",
+                    department: "科室2",
+                    date: "",
+                },
+                {
+                    receiver: "赵洪松",
+                    department: "科室2",
+                    date: "",
+                },
+                {
+                    receiver: "孙川",
+                    department: "科室2",
+                    date: "",
+                },
+                {
+                    receiver: "韦琳娜",
+                    department: "科室2",
+                    date: "",
+                },
+                {
+                    receiver: "吴磊",
+                    department: "科室2",
+                    date: "",
+                },
+                {
+                    receiver: "刘洁",
+                    department: "科室1",
+                    date: "",
+                },
+                {
+                    receiver: "刘洁",
+                    department: "科室1",
+                    date: "",
+                },
             ],
             receiver_table_config: [
                 {

+ 1 - 1
src/pages/main/performance/mould.vue

@@ -324,7 +324,7 @@ export default {
                     reason: this.form.reason,
                     note: this.form.note,
                     date: this.form.date,
-                    receiver: `邱钰,郭鹏`,
+                    receiver: `刘洁,李方岩,吴磊,孙震,赵洪松,孙川,韦琳娜`,
                 },
             ];
             sessionStorage.setItem("global_data", JSON.stringify(array));