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