Browse Source

修改bug

QuKatie 3 years ago
parent
commit
609535b5f3

+ 9 - 0
src/views/basicData/facultyManagement/detailsPage.vue

@@ -157,6 +157,15 @@ export default {
             span: 6
           },
           {
+            label: "校龄",
+            prop: "schoolAge",
+            type: "number",
+            controls: false,
+            precision:0,
+            minRows: 0,
+            span: 6
+          },
+          {
             label: "所在部门",
             prop: "inSection",
             type: "select",

+ 4 - 0
src/views/basicData/facultyManagement/index.vue

@@ -198,6 +198,10 @@ export default {
             span: 8
           },
           {
+            label: "校龄",
+            prop: "schoolAge"
+          },
+          {
             label: "所在部门",
             prop: "inSection"
           },

File diff suppressed because it is too large
+ 245 - 233
src/views/salaryManagement/primarySchool/detailsPage.vue


Some files were not shown because too many files changed in this diff