Commit 40897900 authored by 张伯涛's avatar 张伯涛

修改

parent 5d0ceb2b
...@@ -90,6 +90,24 @@ ...@@ -90,6 +90,24 @@
{{ scope.row.modelCode || '-' }} {{ scope.row.modelCode || '-' }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column align="center" prop="partProductFamily" :show-overflow-tooltip="true">
<template slot="header">
<div>项目编号</div>
<div>Family</div>
</template>
<template slot-scope="scope">
{{ scope.row.partProductFamily || '-' }}
</template>
</el-table-column>
<el-table-column align="center" prop="description" :show-overflow-tooltip="true">
<template slot="header">
<div>项目</div>
<div>FamilyDesc</div>
</template>
<template slot-scope="scope">
{{ scope.row.description || '-' }}
</template>
</el-table-column>
<el-table-column align="center" width="200" prop="createDate" :show-overflow-tooltip="true"> <el-table-column align="center" width="200" prop="createDate" :show-overflow-tooltip="true">
<template slot="header"> <template slot="header">
<div>创建时间</div> <div>创建时间</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