This commit is contained in:
zds
2022-10-14 10:12:34 +08:00
parent d5546f57db
commit 5467ee661c
3 changed files with 3 additions and 8 deletions

View File

@@ -271,7 +271,6 @@
<el-table-column min-width="70" prop="source_bill_type" :formatter="workorder_typeFormat2" label="源类型" />
<el-table-column prop="source_bill_code" label="来源单据编号" min-width="105" />
<el-table-column min-width="70" prop="workprocedure_id" label="当前工序" :formatter="seriesFormat2" />
<el-table-column :formatter="create_modeFormat" min-width="155" prop="create_mode" label="生成方式" />
<el-table-column prop="startwork_name" min-width="60" label="开工人"/>
<el-table-column prop="endwork_name" min-width="60" label="完工人"/>
<el-table-column prop="create_name" min-width="60" label="创建人"/>

View File

@@ -258,6 +258,7 @@
:data="tableData"
style="width: 100%;"
size="mini"
show-summary
border
:header-cell-style="{background:'#f5f7fa',color:'#606266'}"
>