工单导出
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item v-show="listQuery.type === 0 || listQuery.type === ''" label="时间范围" prop="reportTime">
|
||||
<el-date-picker size="small" clearable v-model="listQuery.reportTime" type="datetimerange" range-separator="至"
|
||||
<el-date-picker size="small" clearable v-model="listQuery.reportTime" type="daterange" range-separator="至"
|
||||
start-placeholder="开始日期" value-format="yyyy-MM-dd" format="yyyy-MM-dd" @change="changeDayTime"
|
||||
end-placeholder="结束日期">
|
||||
</el-date-picker>
|
||||
@@ -199,7 +199,7 @@ export default {
|
||||
name: "单位/%",
|
||||
nameTextStyle: {
|
||||
fontSize: 12,
|
||||
align: "right",
|
||||
align: "left",
|
||||
},
|
||||
axisLabel: {},
|
||||
}
|
||||
@@ -210,7 +210,7 @@ export default {
|
||||
// yAxisIndex: 0,
|
||||
data: [],
|
||||
type: "bar",
|
||||
barWidth: 20,
|
||||
barWidth: 16,
|
||||
label: {
|
||||
show: true,
|
||||
position: [-18, -16],
|
||||
@@ -225,7 +225,7 @@ export default {
|
||||
// type: 'bar',
|
||||
data: [],
|
||||
type: "bar",
|
||||
barWidth: 20,
|
||||
barWidth: 16,
|
||||
label: {
|
||||
show: true,
|
||||
position: [-18, -16],
|
||||
@@ -273,18 +273,18 @@ export default {
|
||||
splitNumber: 4,
|
||||
nameTextStyle: {
|
||||
fontSize: 12,
|
||||
align: "right",
|
||||
align: "left",
|
||||
},
|
||||
axisLabel: {},
|
||||
}
|
||||
],
|
||||
series: [
|
||||
{
|
||||
name: "",
|
||||
name: "FTO投入",
|
||||
// yAxisIndex: 0,
|
||||
data: [],
|
||||
type: "bar",
|
||||
barWidth: 20,
|
||||
barWidth: 16,
|
||||
yAxisIndex: 0,
|
||||
label: {
|
||||
show: true,
|
||||
@@ -296,12 +296,12 @@ export default {
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "",
|
||||
name: "芯片产量",
|
||||
// yAxisIndex: 0,
|
||||
data: [],
|
||||
yAxisIndex: 0,
|
||||
type: "bar",
|
||||
barWidth: 20,
|
||||
barWidth: 16,
|
||||
label: {
|
||||
show: true,
|
||||
position: [0, -16],
|
||||
@@ -312,12 +312,12 @@ export default {
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "",
|
||||
name: "标准组件产量",
|
||||
// yAxisIndex: 0,
|
||||
data: [],
|
||||
type: "bar",
|
||||
yAxisIndex: 0,
|
||||
barWidth: 20,
|
||||
barWidth: 16,
|
||||
label: {
|
||||
show: true,
|
||||
position: [0, -16],
|
||||
@@ -328,10 +328,10 @@ export default {
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "",
|
||||
name: "综合良率",
|
||||
data: [],
|
||||
type: "line",
|
||||
// barWidth: 20,
|
||||
// barWidth: 16,
|
||||
symbol: "circle",
|
||||
symbolSize: 6,
|
||||
yAxisIndex: 1,
|
||||
|
||||
Reference in New Issue
Block a user