下拉框

This commit is contained in:
2025-01-09 09:55:59 +08:00
parent 9fe59a8f0d
commit a00a73ce42
3 changed files with 4 additions and 4 deletions

View File

@@ -44,7 +44,7 @@
return {
title: '',
val1: '',
options: [{text:'堆叠托盘', value:'22222222'},{text:'料箱',value: '11111111'}],
options: [{text:'堆叠托盘', value:'11111111'},{text:'料箱',value: '22222222'},{text:'白色EPH',value: '33333333'}],
index: '',
disabled: false
};