fix
This commit is contained in:
parent
00fb3b4554
commit
33fe7a8436
@ -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 : '平方米');
|
||||
|
Loading…
x
Reference in New Issue
Block a user