Commit b7f24f11 by zhuzhequan

Merge branch 'dev' into 'master'

feat:设置菜单放到系统设置下,运费试算添加订单号查询条件

See merge request !92
parents b67e1eb9 b9d7b2a2
......@@ -205,14 +205,13 @@ const menu: MenuItem[] = [
id: 6,
label: '客户管理',
},
{
index: '/setting/settingIndex',
id: 8,
label: '工厂设置',
},
],
},
{
index: '/setting/settingIndex',
id: 7,
label: '设置',
},
},
// {
// index: '',
// id: 3,
......
......@@ -56,8 +56,7 @@ const searchConfig = ref<ISeachFormConfig[]>([
{
prop: 'code',
type: 'input',
label: '邮编',
label: '邮编',
attrs: {
clearable: true,
placeholder: '请输入邮编',
......@@ -73,6 +72,14 @@ const searchConfig = ref<ISeachFormConfig[]>([
hasUnit: true,
suffix: 'g',
},
},{
prop: 'orderNumber',
type: 'input',
label: '订单号',
attrs: {
clearable: true,
placeholder: '请输入订单号',
},
},
])
......
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