This commit is contained in:
wangzenghua 2025-04-28 02:16:14 +01:00
parent 00fb3b4554
commit 33fe7a8436

View File

@ -135,7 +135,7 @@ const state = reactive({
width: 200,
overHidden: true,
disabled: true,
labelTip: '请先选择地块!',
// labelTip: '',
},
{
label: '区域面积',
@ -143,7 +143,7 @@ const state = reactive({
width: 150,
overHidden: true,
disabled: true,
labelTip: '请先选择地块!',
// labelTip: '',
formatter: (row) => {
// const item = state.unitList.find((v) => v.dictValue == row.unit);
// return row.area + (!isEmpty(item) ? item.dictLabel : '');