Commit 880ec184 authored by kzy's avatar kzy

工艺

parent b2a938ab
......@@ -51,20 +51,19 @@
<!-- <el-table-column type="index" label="序号" width="380" /> -->
<el-table-column label="xxx" prop="xxx" :show-overflow-tooltip="true" width="250">
<el-table-column label="名称" prop="2222" :show-overflow-tooltip="true" width="222">
<template slot-scope="scope">
{{ scope.row.xxx || '-' }}
</template>
</el-table-column>
<el-table-column label="xxx" prop="xxx" :show-overflow-tooltip="true" width="250">
<el-table-column label="编码" prop="2222" :show-overflow-tooltip="true" width="222">
<template slot-scope="scope">
{{ scope.row.xxx || '-' }}
</template>
</el-table-column>
<el-table-column label="xxx" prop="xxx" :show-overflow-tooltip="true" width="250">
<el-table-column label="lot" prop="xxx" :show-overflow-tooltip="true" width="222">
<template slot-scope="scope">
{{ scope.row.xxx || '-' }}
</template>
......@@ -107,7 +106,7 @@
<template slot-scope="scope">
<span>{{ scope.row.createDate | transformDateByFormat('YYYY-MM-DD HH:mm') }}</span>
</template>
</el-table-column> -->
</el-table-column>
</el-table>
</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