This commit is contained in:
13713575202 2025-04-29 17:25:37 +08:00
commit 51ce76786c

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 : '');