外协厂家效率分析
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
</div>
|
||||
</el-card>
|
||||
<el-card>
|
||||
<el-table v-loading="loading" :data="tableData" highlight-current-row border stripe size="mini" height="700" style="width: 1210px">
|
||||
<el-table v-loading="loading" :data="tableData" border stripe size="mini" height="700" style="width: 1210px">
|
||||
<el-table-column label="序号" align="center" type="index" width="50"/>
|
||||
<el-table-column label="外协状态" align="center" width="90px">
|
||||
<template slot-scope="scope">
|
||||
@@ -288,7 +288,7 @@ export default {
|
||||
},
|
||||
series: [
|
||||
{
|
||||
name: '加工时间',
|
||||
name: '加工时间(天)',
|
||||
type: 'bar',
|
||||
color: '#67C23A',
|
||||
label: {
|
||||
|
||||
Reference in New Issue
Block a user