箱管 调整

szh-new
张同海 2 months ago
parent cb7e05545f
commit 5c4bdec108

@ -552,6 +552,7 @@
width: 120, width: 120,
data: 'rentDirect', data: 'rentDirect',
type: 'dropdown', type: 'dropdown',
readOnly: true,
source: async (query, process) => { source: async (query, process) => {
const res = rentDirectDict.value.length const res = rentDirectDict.value.length
? rentDirectDict.value ? rentDirectDict.value
@ -568,6 +569,7 @@
width: 120, width: 120,
data: 'rentType', data: 'rentType',
type: 'dropdown', type: 'dropdown',
readOnly: true,
source: async (query, process) => { source: async (query, process) => {
const res = rentTypeDict.value.length const res = rentTypeDict.value.length
? rentTypeDict.value ? rentTypeDict.value

Loading…
Cancel
Save