Commit 3921def6 authored by 张伯涛's avatar 张伯涛

列表样式修改

parent 7373d9c5
......@@ -171,7 +171,7 @@
<span>{{ scope.row.family || '-' }}</span>
</template>
</el-table-column>
<el-table-column width="100" :show-overflow-tooltip="true" align="center" prop="familyDesc">
<el-table-column :show-overflow-tooltip="true" align="center" prop="familyDesc">
<template slot="header">
<div>项目</div>
<div>FamilyDesc</div>
......@@ -180,7 +180,7 @@
<span>{{ scope.row.familyDesc || '-' }}</span>
</template>
</el-table-column>
<el-table-column width="100" :show-overflow-tooltip="true" align="center" prop="partDesc">
<el-table-column :show-overflow-tooltip="true" align="center" prop="partDesc">
<template slot="header">
<div>成品描述</div>
<div>PartDesc</div>
......
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