Commit c9024695 authored by kzy's avatar kzy

宽度显示问题

parent c7802168
......@@ -59,22 +59,22 @@
<el-table v-loading="loading" border :data="equipmentList" @selection-change="handleSelectionChange">
<el-table-column type="selection" width="55" />
<el-table-column type="index" label="序号" width="80" />
<el-table-column label="pn" prop="pn" width="220">
<el-table-column label="pn" prop="pn" width="200px">
<template slot-scope="scope">
{{ scope.row.pn || '-' }}
</template>
</el-table-column>
<el-table-column label="lot" prop="lot" width="220">
<el-table-column label="lot" prop="lot" width="200px">
<template slot-scope="scope">
{{ scope.row.lot || '-' }}
</template>
</el-table-column>
<el-table-column label="plocation" prop="plocation" width="220">
<el-table-column label="plocation" prop="plocation" width="200px">
<template slot-scope="scope">
{{ scope.row.plocation || '-' }}
</template>
</el-table-column>
<el-table-column label="厚度" prop="phd" width="220">
<el-table-column label="厚度" prop="phd" width="200px">
<template slot-scope="scope">
{{ scope.row.phd || '-' }}
</template>
......
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