更新
This commit is contained in:
@@ -51,6 +51,11 @@
|
||||
<el-card>
|
||||
<el-table v-loading="loading" :data="tableData" size="mini" height="740" style="width: 750px" border stripe highlight-current-row @selection-change="handleSelectionChange" @row-click="click">
|
||||
<el-table-column type="selection" align="center" width="50"/>
|
||||
<el-table-column label="进程" prop="进程" align="center" width="95px">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.进程 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="机床号" prop="机床图号" align="center" width="95px">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.机床图号 }}
|
||||
@@ -86,6 +91,16 @@
|
||||
{{ scope.row.工艺完成 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="分配时间" prop="分配时间" align="center" width="85px">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.工艺分配时间 ? scope.row.工艺分配时间.split( ' ')[0] : '' }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="下达时间" prop="下达时间" align="center" width="85px">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.操作时间 .split( ' ')[0] }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
<div class="block">
|
||||
<el-pagination
|
||||
|
||||
Reference in New Issue
Block a user