1
This commit is contained in:
parent
12ab9a0912
commit
78f4c05745
@ -33,6 +33,7 @@
|
||||
|
||||
<el-table :data="dataList" v-loading="loading" ref="table" border header-cell-class-name="el-table-header-cell" highlight-current-row @sort-change="sortChange">
|
||||
<el-table-column prop="id" label="雪花" align="center" :show-overflow-tooltip="true" v-if="columns.showColumn('id')" />
|
||||
<el-table-column type="index" width="50" align="center" />
|
||||
<el-table-column prop="rackCode" label="料架号" align="center" :show-overflow-tooltip="true" v-if="columns.showColumn('rackCode')" />
|
||||
<el-table-column prop="operation" label="操作" align="center" v-if="columns.showColumn('operation')">
|
||||
<template #default="scope">
|
||||
|
||||
@ -26,6 +26,7 @@
|
||||
|
||||
<el-table :data="dataList" v-loading="loading" ref="table" border header-cell-class-name="el-table-header-cell" highlight-current-row @sort-change="sortChange">
|
||||
<el-table-column prop="id" label="雪花" align="center" :show-overflow-tooltip="true" v-if="columns.showColumn('id')" />
|
||||
<el-table-column type="index" width="50" align="center" />
|
||||
<el-table-column prop="lightOperation" label="操作内容" align="center" v-if="columns.showColumn('lightOperation')">
|
||||
<template #default="scope">
|
||||
{{ scope.row.operationer == 1 ? '亮灯' : '灭灯' }}
|
||||
|
||||
@ -30,6 +30,7 @@
|
||||
|
||||
<el-table :data="dataList" v-loading="loading" ref="table" border header-cell-class-name="el-table-header-cell" highlight-current-row @sort-change="sortChange">
|
||||
<el-table-column prop="id" label="雪花" align="center" :show-overflow-tooltip="true" v-if="columns.showColumn('id')" />
|
||||
<el-table-column type="index" width="50" align="center" />
|
||||
<el-table-column prop="workorder" label="工单号" align="center" :show-overflow-tooltip="true" v-if="columns.showColumn('workorder')" />
|
||||
<el-table-column prop="orderNumber" label="订单号" align="center" :show-overflow-tooltip="true" v-if="columns.showColumn('orderNumber')" />
|
||||
<el-table-column prop="assemblyPartNumber" label="总成零件号" align="center" :show-overflow-tooltip="true" v-if="columns.showColumn('assemblyPartNumber')" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user