页面样式调整
This commit is contained in:
@@ -208,7 +208,7 @@
|
||||
<el-table-column type="selection" width="55"/>
|
||||
<el-table-column v-if="false" prop="inspection_id" label="理化质检单标识"/>
|
||||
<el-table-column prop="inspection_code" label="质检单号" width="135"/>
|
||||
<el-table-column prop="inspection_type" label="单据类型" :formatter="format_inspection_type"/>
|
||||
<el-table-column min-width="100" show-overflow-tooltip prop="inspection_type" label="单据类型" :formatter="format_inspection_type"/>
|
||||
<el-table-column prop="bill_status" label="单据状态" :formatter="formatStatus"/>
|
||||
<el-table-column v-if="false" prop="biz_date" label="业务日期"/>
|
||||
<el-table-column v-if="false" prop="material_id" label="物料标识"/>
|
||||
@@ -222,7 +222,7 @@
|
||||
<el-table-column prop="input_time" label="创建时间" width="135"/>
|
||||
<el-table-column prop="check_optname" label="检验人"/>
|
||||
<el-table-column prop="check_time" label="检验时间" width="135"/>
|
||||
<el-table-column prop="confirm_optname" label="结论判定人"/>
|
||||
<el-table-column prop="confirm_optname" label="结论判定人" min-width="100" show-overflow-tooltip/>
|
||||
<el-table-column prop="confirm_time" label="结论判定时间" width="135"/>
|
||||
<el-table-column label="操作" width="120px" align="center" fixed="right">
|
||||
<template slot-scope="scope">
|
||||
|
||||
Reference in New Issue
Block a user