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