Commit eec244ed authored by liqiuyu's avatar liqiuyu

fix(*):闭环表格修改设备类型字段名称

parent ebf8e683
...@@ -1017,7 +1017,7 @@ const tableColumns = ref([ ...@@ -1017,7 +1017,7 @@ const tableColumns = ref([
width: '10%' width: '10%'
}, },
{ {
prop: 'deviceType', prop: 'typeName',
label: '设备类型', label: '设备类型',
width: '10%' width: '10%'
}, },
......
...@@ -1065,7 +1065,7 @@ const tableColumns = ref([ ...@@ -1065,7 +1065,7 @@ const tableColumns = ref([
width: '10%' width: '10%'
}, },
{ {
prop: 'deviceType', prop: 'typeName',
label: '设备类型', label: '设备类型',
width: '10%' width: '10%'
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment