Commit 3c768624 by lichengming

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

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