fix(table): 修复表格尺寸调整问题
This commit is contained in:
parent
b0343c7dd6
commit
ef8033c698
@ -42,9 +42,8 @@
|
||||
</div>
|
||||
<JNPF-table
|
||||
v-loading="listLoading"
|
||||
:data="list"
|
||||
@selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="50" align="center"/>
|
||||
:data="list"
|
||||
>
|
||||
<el-table-column prop="eqCode" label="设备编码" align="center" min-width="120"/>
|
||||
<el-table-column prop="eqName" label="设备名称" align="center" min-width="120"/>
|
||||
<el-table-column prop="mainName" label="方案名称" align="center" min-width="180"/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user