Commit 2c08b840 authored by kzy's avatar kzy

生产数据

parent 49b804d3
......@@ -52,42 +52,47 @@
<!-- <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>
</el-table-column>
<el-table-column label="xxx" prop="xxx" :show-overflow-tooltip="true" width="250">
<el-table-column label="位置" prop="xxx" :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="xxx" :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="xxx" :show-overflow-tooltip="true" width="222">
<template slot-scope="scope">
{{ scope.row.xxx || '-' }}
</template>
</el-table-column>
<!-- <el-table-column label="创建时间" prop="xxx" :show-overflow-tooltip="true" width="222">
<template slot-scope="scope">
{{ scope.row.xxx || '-' }}
</template>
</el-table-column> -->
<!-- <el-table-column label="状态" align="center" width="380">
<template slot-scope="scope">
<el-switch
......@@ -98,11 +103,11 @@
/>
</template>
</el-table-column> -->
<!-- <el-table-column label="创建时间" :show-overflow-tooltip="true" align="center" prop="createTime" width="380">
<el-table-column label="创建时间" :show-overflow-tooltip="true" align="center" prop="createTime" width="222">
<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