fix
This commit is contained in:
parent
00fb3b4554
commit
33fe7a8436
@ -135,7 +135,7 @@ const state = reactive({
|
|||||||
width: 200,
|
width: 200,
|
||||||
overHidden: true,
|
overHidden: true,
|
||||||
disabled: true,
|
disabled: true,
|
||||||
labelTip: '请先选择地块!',
|
// labelTip: '请先选择地块!',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '区域面积',
|
label: '区域面积',
|
||||||
@ -143,7 +143,7 @@ const state = reactive({
|
|||||||
width: 150,
|
width: 150,
|
||||||
overHidden: true,
|
overHidden: true,
|
||||||
disabled: true,
|
disabled: true,
|
||||||
labelTip: '请先选择地块!',
|
// labelTip: '请先选择地块!',
|
||||||
formatter: (row) => {
|
formatter: (row) => {
|
||||||
// const item = state.unitList.find((v) => v.dictValue == row.unit);
|
// const item = state.unitList.find((v) => v.dictValue == row.unit);
|
||||||
// return row.area + (!isEmpty(item) ? item.dictLabel : '平方米');
|
// return row.area + (!isEmpty(item) ? item.dictLabel : '平方米');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user