Commit 61d21c38c28f314c46813fec72f6c03afd477997

Authored by
1 parent 2def2eb7

fix: 移除未完成状态

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