Commit 8ef8ee3f authored by 前端-许佳敏's avatar 前端-许佳敏

fix: 去掉采购招标采购竞价选项

parent 38355867
......@@ -26,8 +26,6 @@ const CommodityType: React.FC<CommodityTypePropsType> = (props) => {
const styleOptions = [
{ label: getMessage('locales.caigouxunjia', '采购询价'), value: 1 },
{ label: getMessage('locales.caigouzhaobiao', '采购招标'), value: 2 },
{ label: getMessage('locales.caigoujingjia', '采购竞价'), value: 3 },
];
useEffect(() => {
......
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