集团页面默认值
This commit is contained in:
@@ -61,7 +61,7 @@ export default {
|
|||||||
return {
|
return {
|
||||||
activeButton: 0,
|
activeButton: 0,
|
||||||
isDropdownShow: false,
|
isDropdownShow: false,
|
||||||
selectedProfit: null, // 选中的名称,初始为null
|
selectedProfit: '总费用', // 选中的名称,初始为null
|
||||||
profitOptions: [
|
profitOptions: [
|
||||||
'总费用',
|
'总费用',
|
||||||
'管理费用',
|
'管理费用',
|
||||||
|
|||||||
@@ -57,8 +57,8 @@ export default {
|
|||||||
return {
|
return {
|
||||||
activeButton: 0,
|
activeButton: 0,
|
||||||
isDropdownShow: false,
|
isDropdownShow: false,
|
||||||
selectedSort: null, // 选中的label
|
selectedSort: '实际值:高~低', // 选中的label
|
||||||
selectedSortValue: null, // 选中的value,用于排序逻辑
|
selectedSortValue: 1, // 选中的value,用于排序逻辑
|
||||||
profitOptions: [
|
profitOptions: [
|
||||||
{ label: '实际值:高~低', value: 1 },
|
{ label: '实际值:高~低', value: 1 },
|
||||||
{ label: '实际值:低~高', value: 2 },
|
{ label: '实际值:低~高', value: 2 },
|
||||||
|
|||||||
@@ -57,8 +57,8 @@ export default {
|
|||||||
return {
|
return {
|
||||||
activeButton: 0,
|
activeButton: 0,
|
||||||
isDropdownShow: false,
|
isDropdownShow: false,
|
||||||
selectedSort: null, // 选中的label
|
selectedSort: '实际值:高~低', // 选中的label
|
||||||
selectedSortValue: null, // 选中的value,用于排序逻辑
|
selectedSortValue: 1, // 选中的value,用于排序逻辑
|
||||||
profitOptions: [
|
profitOptions: [
|
||||||
{ label: '实际值:高~低', value: 1 },
|
{ label: '实际值:高~低', value: 1 },
|
||||||
{ label: '实际值:低~高', value: 2 },
|
{ label: '实际值:低~高', value: 2 },
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ export default {
|
|||||||
return {
|
return {
|
||||||
activeButton: 0,
|
activeButton: 0,
|
||||||
isDropdownShow: false,
|
isDropdownShow: false,
|
||||||
selectedProfit: null, // 选中的名称,初始为null
|
selectedProfit: '毛利率', // 选中的名称,初始为null
|
||||||
profitOptions: [
|
profitOptions: [
|
||||||
'毛利率',
|
'毛利率',
|
||||||
'营业收入',
|
'营业收入',
|
||||||
|
|||||||
@@ -57,8 +57,8 @@ export default {
|
|||||||
return {
|
return {
|
||||||
activeButton: 0,
|
activeButton: 0,
|
||||||
isDropdownShow: false,
|
isDropdownShow: false,
|
||||||
selectedSort: null, // 选中的label
|
selectedSort: '实际值:高~低', // 选中的label
|
||||||
selectedSortValue: null, // 选中的value,用于排序逻辑
|
selectedSortValue: 1, // 选中的value,用于排序逻辑
|
||||||
profitOptions: [
|
profitOptions: [
|
||||||
{ label: '实际值:高~低', value: 1 },
|
{ label: '实际值:高~低', value: 1 },
|
||||||
{ label: '实际值:低~高', value: 2 },
|
{ label: '实际值:低~高', value: 2 },
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ export default {
|
|||||||
return {
|
return {
|
||||||
activeButton: 0,
|
activeButton: 0,
|
||||||
isDropdownShow: false,
|
isDropdownShow: false,
|
||||||
selectedProfit: null, // 选中的名称,初始为null
|
selectedProfit: '加工成品率', // 选中的名称,初始为null
|
||||||
profitOptions: [
|
profitOptions: [
|
||||||
'加工成品率',
|
'加工成品率',
|
||||||
'领用量',
|
'领用量',
|
||||||
|
|||||||
@@ -57,8 +57,8 @@ export default {
|
|||||||
return {
|
return {
|
||||||
activeButton: 0,
|
activeButton: 0,
|
||||||
isDropdownShow: false,
|
isDropdownShow: false,
|
||||||
selectedSort: null, // 选中的label
|
selectedSort: '实际值:高~低', // 选中的label
|
||||||
selectedSortValue: null, // 选中的value,用于排序逻辑
|
selectedSortValue: 1, // 选中的value,用于排序逻辑
|
||||||
profitOptions: [
|
profitOptions: [
|
||||||
{ label: '实际值:高~低', value: 1 },
|
{ label: '实际值:高~低', value: 1 },
|
||||||
{ label: '实际值:低~高', value: 2 },
|
{ label: '实际值:低~高', value: 2 },
|
||||||
|
|||||||
@@ -57,8 +57,8 @@ export default {
|
|||||||
return {
|
return {
|
||||||
activeButton: 0,
|
activeButton: 0,
|
||||||
isDropdownShow: false,
|
isDropdownShow: false,
|
||||||
selectedSort: null, // 选中的label
|
selectedSort: '实际值:高~低', // 选中的label
|
||||||
selectedSortValue: null, // 选中的value,用于排序逻辑
|
selectedSortValue: 1, // 选中的value,用于排序逻辑
|
||||||
profitOptions: [
|
profitOptions: [
|
||||||
{ label: '实际值:高~低', value: 1 },
|
{ label: '实际值:高~低', value: 1 },
|
||||||
{ label: '实际值:低~高', value: 2 },
|
{ label: '实际值:低~高', value: 2 },
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ export default {
|
|||||||
return {
|
return {
|
||||||
activeButton: 0,
|
activeButton: 0,
|
||||||
isDropdownShow: false,
|
isDropdownShow: false,
|
||||||
selectedProfit: null, // 选中的名称,初始为null
|
selectedProfit: '营业收入', // 选中的名称,初始为null
|
||||||
profitOptions: [
|
profitOptions: [
|
||||||
'营业收入',
|
'营业收入',
|
||||||
'单价',
|
'单价',
|
||||||
|
|||||||
@@ -57,8 +57,8 @@ export default {
|
|||||||
return {
|
return {
|
||||||
activeButton: 0,
|
activeButton: 0,
|
||||||
isDropdownShow: false,
|
isDropdownShow: false,
|
||||||
selectedSort: null, // 选中的label
|
selectedSort: '实际值:高~低', // 选中的label
|
||||||
selectedSortValue: null, // 选中的value,用于排序逻辑
|
selectedSortValue: 1, // 选中的value,用于排序逻辑
|
||||||
profitOptions: [
|
profitOptions: [
|
||||||
{ label: '实际值:高~低', value: 1 },
|
{ label: '实际值:高~低', value: 1 },
|
||||||
{ label: '实际值:低~高', value: 2 },
|
{ label: '实际值:低~高', value: 2 },
|
||||||
|
|||||||
@@ -57,8 +57,8 @@ export default {
|
|||||||
return {
|
return {
|
||||||
activeButton: 0,
|
activeButton: 0,
|
||||||
isDropdownShow: false,
|
isDropdownShow: false,
|
||||||
selectedSort: null, // 选中的label
|
selectedSort: '实际值:高~低', // 选中的label
|
||||||
selectedSortValue: null, // 选中的value,用于排序逻辑
|
selectedSortValue: 1, // 选中的value,用于排序逻辑
|
||||||
profitOptions: [
|
profitOptions: [
|
||||||
{ label: '实际值:高~低', value: 1 },
|
{ label: '实际值:高~低', value: 1 },
|
||||||
{ label: '实际值:低~高', value: 2 },
|
{ label: '实际值:低~高', value: 2 },
|
||||||
|
|||||||
@@ -57,8 +57,8 @@ export default {
|
|||||||
return {
|
return {
|
||||||
activeButton: 0,
|
activeButton: 0,
|
||||||
isDropdownShow: false,
|
isDropdownShow: false,
|
||||||
selectedSort: null, // 选中的label
|
selectedSort: '实际值:高~低', // 选中的label
|
||||||
selectedSortValue: null, // 选中的value,用于排序逻辑
|
selectedSortValue: 1, // 选中的value,用于排序逻辑
|
||||||
profitOptions: [
|
profitOptions: [
|
||||||
{ label: '实际值:高~低', value: 1 },
|
{ label: '实际值:高~低', value: 1 },
|
||||||
{ label: '实际值:低~高', value: 2 },
|
{ label: '实际值:低~高', value: 2 },
|
||||||
|
|||||||
@@ -58,8 +58,8 @@ export default {
|
|||||||
return {
|
return {
|
||||||
activeButton: 0,
|
activeButton: 0,
|
||||||
isDropdownShow: false,
|
isDropdownShow: false,
|
||||||
selectedSort: null, // 选中的label
|
selectedSort: '实际值:高~低', // 选中的label
|
||||||
selectedSortValue: null, // 选中的value,用于排序逻辑
|
selectedSortValue: 1, // 选中的value,用于排序逻辑
|
||||||
profitOptions: [
|
profitOptions: [
|
||||||
{ label: '实际值:高~低', value: 1 },
|
{ label: '实际值:高~低', value: 1 },
|
||||||
{ label: '实际值:低~高', value: 2 },
|
{ label: '实际值:低~高', value: 2 },
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ export default {
|
|||||||
return {
|
return {
|
||||||
activeButton: 0,
|
activeButton: 0,
|
||||||
isDropdownShow: false,
|
isDropdownShow: false,
|
||||||
selectedProfit: null, // 选中的名称,初始为null
|
selectedProfit: '原片成品率', // 选中的名称,初始为null
|
||||||
profitOptions: [
|
profitOptions: [
|
||||||
'原片成品率',
|
'原片成品率',
|
||||||
'原片产量',
|
'原片产量',
|
||||||
|
|||||||
@@ -57,8 +57,8 @@ export default {
|
|||||||
return {
|
return {
|
||||||
activeButton: 0,
|
activeButton: 0,
|
||||||
isDropdownShow: false,
|
isDropdownShow: false,
|
||||||
selectedSort: null, // 选中的label
|
selectedSort: '实际值:高~低', // 选中的label
|
||||||
selectedSortValue: null, // 选中的value,用于排序逻辑
|
selectedSortValue: 1, // 选中的value,用于排序逻辑
|
||||||
profitOptions: [
|
profitOptions: [
|
||||||
{ label: '实际值:高~低', value: 1 },
|
{ label: '实际值:高~低', value: 1 },
|
||||||
{ label: '实际值:低~高', value: 2 },
|
{ label: '实际值:低~高', value: 2 },
|
||||||
|
|||||||
@@ -57,8 +57,8 @@ export default {
|
|||||||
return {
|
return {
|
||||||
activeButton: 0,
|
activeButton: 0,
|
||||||
isDropdownShow: false,
|
isDropdownShow: false,
|
||||||
selectedSort: null, // 选中的label
|
selectedSort: '实际值:高~低', // 选中的label
|
||||||
selectedSortValue: null, // 选中的value,用于排序逻辑
|
selectedSortValue: 1, // 选中的value,用于排序逻辑
|
||||||
profitOptions: [
|
profitOptions: [
|
||||||
{ label: '实际值:高~低', value: 1 },
|
{ label: '实际值:高~低', value: 1 },
|
||||||
{ label: '实际值:低~高', value: 2 },
|
{ label: '实际值:低~高', value: 2 },
|
||||||
|
|||||||
@@ -57,8 +57,8 @@ export default {
|
|||||||
return {
|
return {
|
||||||
activeButton: 0,
|
activeButton: 0,
|
||||||
isDropdownShow: false,
|
isDropdownShow: false,
|
||||||
selectedSort: null, // 选中的label
|
selectedSort: '实际值:高~低', // 选中的label
|
||||||
selectedSortValue: null, // 选中的value,用于排序逻辑
|
selectedSortValue: 1, // 选中的value,用于排序逻辑
|
||||||
profitOptions: [
|
profitOptions: [
|
||||||
{ label: '实际值:高~低', value: 1 },
|
{ label: '实际值:高~低', value: 1 },
|
||||||
{ label: '实际值:低~高', value: 2 },
|
{ label: '实际值:低~高', value: 2 },
|
||||||
|
|||||||
@@ -57,8 +57,8 @@ export default {
|
|||||||
return {
|
return {
|
||||||
activeButton: 0,
|
activeButton: 0,
|
||||||
isDropdownShow: false,
|
isDropdownShow: false,
|
||||||
selectedSort: null, // 选中的label
|
selectedSort: '实际值:高~低', // 选中的label
|
||||||
selectedSortValue: null, // 选中的value,用于排序逻辑
|
selectedSortValue: 1, // 选中的value,用于排序逻辑
|
||||||
profitOptions: [
|
profitOptions: [
|
||||||
{ label: '实际值:高~低', value: 1 },
|
{ label: '实际值:高~低', value: 1 },
|
||||||
{ label: '实际值:低~高', value: 2 },
|
{ label: '实际值:低~高', value: 2 },
|
||||||
|
|||||||
Reference in New Issue
Block a user