Browse Source

Merge branch 'master' into 测试

lxf 1 year ago
parent
commit
01975a3439
1 changed files with 8 additions and 6 deletions
  1. 8 6
      src/views/group/data-board/turnover-rate/index.vue

+ 8 - 6
src/views/group/data-board/turnover-rate/index.vue

@@ -63,14 +63,16 @@ const sourceList = ref({
 const searchConfig = computed(() => {
   return [
     {
-      type: "input",
+      type: "select",
       prop: "width",
-      label: "宽",
+      dictKey: "width_size",
+      label: "宽度",
     },
     {
-      type: "input",
+      type: "select",
       prop: "height",
-      label: "高",
+      dictKey: "height_size",
+      label: "厚度",
     },
     {
       type: "select",
@@ -98,14 +100,14 @@ const config = computed(() => {
     },
     {
       attrs: {
-        label: "宽",
+        label: "宽",
         prop: "width",
         width: 80,
       },
     },
     {
       attrs: {
-        label: "",
+        label: "厚度",
         prop: "height",
         width: 80,
       },