Commit 3c768624 by lichengming

修改了项目菜单名字。修改了收样管理按钮名字

parent 1ed47d13
......@@ -82,7 +82,7 @@ export default {
{
type: 'success',
id: '',
name: '登记'
name: '来样登记'
},
{
type: 'success',
......@@ -146,7 +146,7 @@ export default {
case '试验委托单导入':
this._import()
break
case '登记':
case '来样登记':
this._editModal(false)
break
case '提交':
......
......@@ -82,17 +82,17 @@ export default [
{
path: 'storehouse_place',
component: StorehousePlace,
meta: { title: '库房位置管理' }
meta: { title: '货架管理' }
},
{
path: 'storehouse_sample',
component: StorehouseSample,
meta: { title: '库房样品管理' }
meta: { title: '样品管理' }
},
{
path: 'in_out_export_template',
component: InOutExportTemplate,
meta: { title: '库房样品管理' }
meta: { title: '出入库导出模板' }
}
]
},
......@@ -121,12 +121,12 @@ export default [
{
path: 'receive',
component: SampleReceiveIndex,
meta: { title: '样品分' }
meta: { title: '样品分' }
},
{
path: 'alone_keep',
component: AloneKeepIndex,
meta: { title: '独立留存' }
meta: { title: '独立预检' }
},
{
path: 'prepare',
......
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