瀏覽代碼

添加字段

QuKatie 3 年之前
父節點
當前提交
baaba87ed9
共有 1 個文件被更改,包括 12 次插入1 次删除
  1. 12 1
      src/views/basicData/salaryConfiguration/detailsPage.vue

+ 12 - 1
src/views/basicData/salaryConfiguration/detailsPage.vue

@@ -232,6 +232,17 @@ export default {
             span: 6
           },
           {
+            label: "职务",
+            prop: "compileCategory",
+            type: "select",
+            dicUrl: "/api/blade-system/dict-biz/dictionary?code=compile_category",
+            props: {
+              label: "dictValue",
+              value: "dictValue"
+            },
+            span: 6
+          },
+          {
             label: "创建时间",
             prop: "createTime",
             disabled: true,
@@ -242,7 +253,7 @@ export default {
             prop: "remarks",
             type: "textarea",
             minRows: 2,
-            span: 18
+            span: 12
           }
         ]
       },