自测bug

This commit is contained in:
2025-02-18 08:44:43 +08:00
parent 881eace12f
commit 6e774dfc5d
18 changed files with 51 additions and 57 deletions

View File

@@ -37,7 +37,7 @@
@cancel="handleCancel"
@confirm="handleConfirm"
:before-close="handleCancel"
width='30%'
width='50%'
>
<energy-plc-connect-add ref="energyPlcConnect" :objList="objList" @successSubmit="successSubmit" />
</base-dialog>
@@ -60,7 +60,8 @@ const tableProps = [
},
{
prop: 'objCode',
label: '对象编码'
label: '对象编码',
minWidth: 160,
},
{
prop: 'plcTableName',
@@ -69,7 +70,8 @@ const tableProps = [
{
prop: 'plcTableCode',
label: '关联表编码',
showOverflowtooltip: true
showOverflowtooltip: true,
minWidth: 160,
},
{
prop: 'cnName',