Commit 1de335aa authored by krysent's avatar krysent

xiugai

parent 64a14862
......@@ -201,15 +201,15 @@ function Outstore(props) {
options: [
{
label: "执行中",
value: "7",
value: "1",
},
{
label: "待分配",
value: "5",
value: "3",
},
{
label: "待执行",
value: "6",
value: "0",
},
],
},
......@@ -325,7 +325,7 @@ function Outstore(props) {
},
{
label: "已完成",
value: "8",
value: "2",
},
],
},
......
......@@ -989,15 +989,15 @@ function Instore(props) {
options: [
{
label: "待分配",
value: "5",
value: "3",
},
{
label: "待执行",
value: "6",
value: "0",
},
{
label: "执行中",
value: "7",
value: "1",
},
],
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment