Commit e791eb0b authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix:

parent a099a9b3
......@@ -65,7 +65,7 @@ const SaleOrder: React.FC<SaleOrderProps> = (props) => {
/** 参照后台数据生成 */
const renderOptionButton = (record: any) => {
const statusAndOperationList = {
'3': ['取消订单'],
'2': ['取消订单'],
'7': ['中止'],
'8': ['评价'],
}
......
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