Commit 6108c812f5e0611226d492136e512acc4cb026bf

Authored by
2 parents 716eb6c8 61d21c38

Merge branch 'zwl-develop' into 'develop'

fix: 移除未完成状态



See merge request !14
src/views/project/finance/financeProfit/ProductProfit/InnerData/data.tsx
@@ -86,9 +86,6 @@ export const searchFormSchema = [ @@ -86,9 +86,6 @@ export const searchFormSchema = [
86 86
87 componentProps: { 87 componentProps: {
88 options: [{ 88 options: [{
89 - label: '未完成',  
90 - value: -1,  
91 - }, {  
92 label: '待审核', 89 label: '待审核',
93 value: 0, 90 value: 0,
94 }, { 91 }, {
src/views/project/finance/financeProfit/ProductProfit/InnerProduce/data.tsx
@@ -90,9 +90,6 @@ export const searchFormSchema = [ @@ -90,9 +90,6 @@ export const searchFormSchema = [
90 90
91 componentProps: { 91 componentProps: {
92 options: [{ 92 options: [{
93 - label: '未完成',  
94 - value: -1,  
95 - }, {  
96 label: '待审核', 93 label: '待审核',
97 value: 0, 94 value: 0,
98 }, { 95 }, {
src/views/project/finance/financeProfit/ServiceProfit/PackageProfit/data.tsx
@@ -86,9 +86,6 @@ export const searchFormSchema = [ @@ -86,9 +86,6 @@ export const searchFormSchema = [
86 86
87 componentProps: { 87 componentProps: {
88 options: [{ 88 options: [{
89 - label: '未完成',  
90 - value: -1,  
91 - }, {  
92 label: '待审核', 89 label: '待审核',
93 value: 0, 90 value: 0,
94 }, { 91 }, {
src/views/project/finance/financeProfit/ServiceProfit/ServiceProfit/data.tsx
@@ -82,9 +82,6 @@ export const searchFormSchema = [ @@ -82,9 +82,6 @@ export const searchFormSchema = [
82 82
83 componentProps: { 83 componentProps: {
84 options: [{ 84 options: [{
85 - label: '未完成',  
86 - value: -1,  
87 - }, {  
88 label: '待审核', 85 label: '待审核',
89 value: 0, 86 value: 0,
90 }, { 87 }, {