Commit 61d21c38c28f314c46813fec72f6c03afd477997
1 parent
2def2eb7
fix: 移除未完成状态
Showing
4 changed files
with
0 additions
and
12 deletions
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 | }, { |