Browse Source

客户管理

Qukatie 8 months ago
parent
commit
b3080b477b

+ 27 - 1
src/views/tirePartsMall/basicData/customerInformation/js/optionList.js

@@ -2,7 +2,7 @@ import {number} from "echarts"
 
 export const option = {
   searchShow: true,
-  searchMenuSpan: 24,
+  searchMenuSpan: 8,
   align: "center",
   height: "auto",
   searchSpan: 8,
@@ -124,6 +124,32 @@ export const option = {
       search:true,
     },
     {
+      label: "创建人",
+      prop: "createUser",
+      overHidden: true,
+      type: 'select',
+      props: {
+        label: "name",
+        value: "id"
+      },
+      dicUrl: "/api/blade-user/userListAll",
+      width:100,
+    },
+    {
+      label: "创建时间",
+      prop: "createTime",
+      overHidden: true,
+      search: true,
+      searchProp: "createTimeList",
+      type: "date",
+      unlinkPanels: true,
+      searchRange: true,
+      format: "yyyy-MM-dd",
+      valueFormat: "yyyy-MM-dd HH:mm:ss",
+      width:100,
+      searchDefaultTime: ["00:00:00", "23:59:59"]
+    },
+    {
       label: "合同金额",
       prop: "debitAmount",
       overHidden: true,