|
|
@@ -32,24 +32,24 @@
|
|
|
:show-overflow-tooltip="true"
|
|
|
@selection-change="handleSelectionChange" @row-dblclick="handleDoubleClick"
|
|
|
@row-click="Click">
|
|
|
- <el-table-column type="selection" width="55" />
|
|
|
+ <el-table-column type="selection" width="45" />
|
|
|
<el-table-column align="left" label="工单编号" prop="sczl_gdbh" width="120" sortable />
|
|
|
<el-table-column align="left" label="印件名称" prop="yj_yjmc" width="210" sortable />
|
|
|
<el-table-column align="left" label="日期" prop="sczl_rq" width="100" sortable />
|
|
|
- <el-table-column align="left" label="流程单备注" prop="sczl_numDesc" width="120" sortable />
|
|
|
- <el-table-column align="left" label="联数" prop="sczl_ls" width="120" sortable />
|
|
|
- <el-table-column align="left" label="责任部门" prop="责任部门" width="120" sortable />
|
|
|
- <el-table-column align="left" label="大废品数" prop="sczl_cl" width="120" sortable />
|
|
|
- <el-table-column align="left" label="废品类型" prop="sczl_fplxA" width="120" sortable />
|
|
|
- <el-table-column align="left" label="废品来源" prop="sczl_fplxB" width="120" sortable />
|
|
|
- <el-table-column align="left" label="奖励班组" prop="Jl_bzdh" width="120" sortable />
|
|
|
- <el-table-column align="left" label="检验员工" prop="JL_bh1" width="120" sortable />
|
|
|
+ <el-table-column align="left" label="流程单备注" prop="sczl_numDesc" width="110" />
|
|
|
+ <el-table-column align="left" label="联数" prop="sczl_ls" width="60" />
|
|
|
+ <el-table-column align="left" label="责任部门" prop="责任部门" width="110" sortable />
|
|
|
+ <el-table-column align="left" label="大废品数" prop="sczl_cl" width="110" sortable />
|
|
|
+ <el-table-column align="left" label="废品类型" prop="sczl_fplxA" width="110" sortable />
|
|
|
+ <el-table-column align="left" label="废品来源" prop="sczl_fplxB" width="110" sortable />
|
|
|
+ <el-table-column align="left" label="奖励班组" prop="Jl_bzdh" width="110" sortable />
|
|
|
+ <el-table-column align="left" label="检验员工" prop="JL_bh1" width="110" sortable />
|
|
|
<el-table-column align="left" label="责任班组" prop="sczl_bzdh" width="120" sortable />
|
|
|
<el-table-column align="left" label="责任员工1" prop="sczl_bh1" width="120" sortable />
|
|
|
<el-table-column align="left" label="责任员工2" prop="sczl_bh2" width="120" sortable />
|
|
|
<el-table-column align="left" label="创建用户" prop="sys_id" width="120" sortable />
|
|
|
<el-table-column align="left" label="创建时间" prop="sys_rq" width="160" sortable />
|
|
|
- <el-table-column align="left" label="UNIQID" prop="UniqId" width="120" sortable />
|
|
|
+ <el-table-column align="left" label="UNIQID" prop="UniqId" width="90" />
|
|
|
</el-table>
|
|
|
<div class="gva-pagination">
|
|
|
<el-pagination layout="total, sizes, prev, pager, next, jumper" :current-page="page"
|