工单导出
This commit is contained in:
@@ -11,7 +11,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>
|
||||
@@ -195,7 +195,7 @@ export default {
|
||||
data: [
|
||||
],
|
||||
type: "bar",
|
||||
barWidth: 20,
|
||||
barWidth: 16,
|
||||
label: {
|
||||
show: true,
|
||||
color: "#8EF0AB",
|
||||
@@ -210,7 +210,7 @@ export default {
|
||||
data: [
|
||||
],
|
||||
type: "bar",
|
||||
barWidth: 20,
|
||||
barWidth: 16,
|
||||
label: {
|
||||
show: true,
|
||||
position: [0, -16],
|
||||
@@ -225,7 +225,7 @@ export default {
|
||||
data: [
|
||||
],
|
||||
type: "bar",
|
||||
barWidth: 20,
|
||||
barWidth: 16,
|
||||
label: {
|
||||
show: true,
|
||||
position: [18, -16],
|
||||
@@ -239,7 +239,7 @@ export default {
|
||||
name: "BIPV产量",
|
||||
data: [],
|
||||
type: "bar",
|
||||
barWidth: 20,
|
||||
barWidth: 16,
|
||||
label: {
|
||||
show: true,
|
||||
position: [20, -16],
|
||||
@@ -302,7 +302,7 @@ export default {
|
||||
data: [
|
||||
],
|
||||
type: "bar",
|
||||
barWidth: 20,
|
||||
barWidth: 16,
|
||||
label: {
|
||||
show: true,
|
||||
position: [-18, -16],
|
||||
@@ -317,7 +317,7 @@ export default {
|
||||
data: [
|
||||
],
|
||||
type: "bar",
|
||||
barWidth: 20,
|
||||
barWidth: 16,
|
||||
label: {
|
||||
show: true,
|
||||
position: [0, -16],
|
||||
@@ -332,7 +332,7 @@ export default {
|
||||
data: [
|
||||
],
|
||||
type: "bar",
|
||||
barWidth: 20,
|
||||
barWidth: 16,
|
||||
label: {
|
||||
show: true,
|
||||
position: [5, -16],
|
||||
@@ -346,7 +346,7 @@ export default {
|
||||
name: "BIPV产量",
|
||||
data: [],
|
||||
type: "bar",
|
||||
barWidth: 20,
|
||||
barWidth: 16,
|
||||
label: {
|
||||
show: true,
|
||||
position: [10, -16],
|
||||
@@ -752,7 +752,7 @@ export default {
|
||||
// { name: "%", value: 85 },
|
||||
// ],
|
||||
// type: "bar",
|
||||
// barWidth: 20,
|
||||
// barWidth: 16,
|
||||
// barGap: '0',
|
||||
// label: {
|
||||
// show: true,
|
||||
@@ -803,7 +803,7 @@ export default {
|
||||
// { name: "%", value: 85 },
|
||||
],
|
||||
type: "bar",
|
||||
barWidth: 20,
|
||||
barWidth: 16,
|
||||
stack: 'f',
|
||||
label: {
|
||||
show: true,
|
||||
@@ -823,7 +823,7 @@ export default {
|
||||
// { name: "%", value: 85 },
|
||||
],
|
||||
type: "bar",
|
||||
barWidth: 20,
|
||||
barWidth: 16,
|
||||
stack: 'f',
|
||||
label: {
|
||||
show: true,
|
||||
@@ -845,7 +845,7 @@ export default {
|
||||
// { name: "%", value: 18.4 },
|
||||
],
|
||||
type: "bar",
|
||||
barWidth: 20,
|
||||
barWidth: 16,
|
||||
// barGap: '-100%',
|
||||
label: {
|
||||
show: true,
|
||||
@@ -866,7 +866,7 @@ export default {
|
||||
// { name: "%", value: 18.4 },
|
||||
],
|
||||
type: "bar",
|
||||
barWidth: 20,
|
||||
barWidth: 16,
|
||||
// barGap: '-100%',
|
||||
label: {
|
||||
show: true,
|
||||
@@ -887,7 +887,7 @@ export default {
|
||||
// { name: "%", value: 80.2 },
|
||||
],
|
||||
type: "bar",
|
||||
barWidth: 20,
|
||||
barWidth: 16,
|
||||
label: {
|
||||
color: "rgba(100,189,255)",
|
||||
show: true,
|
||||
@@ -907,7 +907,7 @@ export default {
|
||||
// { name: "%", value: 80.2 },
|
||||
],
|
||||
type: "bar",
|
||||
barWidth: 20,
|
||||
barWidth: 16,
|
||||
label: {
|
||||
show: true,
|
||||
position: [0, -16],
|
||||
@@ -928,7 +928,7 @@ export default {
|
||||
// { name: "%", value: 80.2 },
|
||||
],
|
||||
type: "bar",
|
||||
barWidth: 20,
|
||||
barWidth: 16,
|
||||
label: {
|
||||
show: true,
|
||||
position: [0, -16],
|
||||
@@ -948,7 +948,7 @@ export default {
|
||||
// { name: "%", value: 80.2 },
|
||||
],
|
||||
type: "bar",
|
||||
barWidth: 20,
|
||||
barWidth: 16,
|
||||
label: {
|
||||
show: true,
|
||||
position: [0, -16],
|
||||
@@ -1033,7 +1033,7 @@ export default {
|
||||
// { name: "%", value: 85 },
|
||||
// ],
|
||||
// type: "bar",
|
||||
// barWidth: 20,
|
||||
// barWidth: 16,
|
||||
// barGap: '0',
|
||||
// label: {
|
||||
// show: true,
|
||||
@@ -1082,7 +1082,7 @@ export default {
|
||||
// { name: "%", value: 85 },
|
||||
],
|
||||
type: "bar",
|
||||
barWidth: 20,
|
||||
barWidth: 16,
|
||||
stack: 'f',
|
||||
label: {
|
||||
show: true,
|
||||
@@ -1102,7 +1102,7 @@ export default {
|
||||
// { name: "%", value: 85 },
|
||||
],
|
||||
type: "bar",
|
||||
barWidth: 20,
|
||||
barWidth: 16,
|
||||
stack: 'f',
|
||||
label: {
|
||||
show: true,
|
||||
@@ -1124,7 +1124,7 @@ export default {
|
||||
// { name: "%", value: 18.4 },
|
||||
],
|
||||
type: "bar",
|
||||
barWidth: 20,
|
||||
barWidth: 16,
|
||||
// barGap: '-100%',
|
||||
label: {
|
||||
show: true,
|
||||
@@ -1145,7 +1145,7 @@ export default {
|
||||
// { name: "%", value: 18.4 },
|
||||
],
|
||||
type: "bar",
|
||||
barWidth: 20,
|
||||
barWidth: 16,
|
||||
// barGap: '-100%',
|
||||
label: {
|
||||
show: true,
|
||||
@@ -1166,7 +1166,7 @@ export default {
|
||||
// { name: "%", value: 80.2 },
|
||||
],
|
||||
type: "bar",
|
||||
barWidth: 20,
|
||||
barWidth: 16,
|
||||
label: {
|
||||
color: "rgba(100,189,255)",
|
||||
show: true,
|
||||
@@ -1186,7 +1186,7 @@ export default {
|
||||
// { name: "%", value: 80.2 },
|
||||
],
|
||||
type: "bar",
|
||||
barWidth: 20,
|
||||
barWidth: 16,
|
||||
label: {
|
||||
show: true,
|
||||
position: [0, -16],
|
||||
@@ -1207,7 +1207,7 @@ export default {
|
||||
// { name: "%", value: 80.2 },
|
||||
],
|
||||
type: "bar",
|
||||
barWidth: 20,
|
||||
barWidth: 16,
|
||||
label: {
|
||||
show: true,
|
||||
position: [0, -16],
|
||||
@@ -1227,7 +1227,7 @@ export default {
|
||||
// { name: "%", value: 80.2 },
|
||||
],
|
||||
type: "bar",
|
||||
barWidth: 20,
|
||||
barWidth: 16,
|
||||
label: {
|
||||
show: true,
|
||||
position: [0, -16],
|
||||
|
||||
Reference in New Issue
Block a user