菜单修改
This commit is contained in:
parent
6eb4201875
commit
7ae23a06f1
@ -107,7 +107,7 @@ export default [
|
|||||||
name: 'products',
|
name: 'products',
|
||||||
component: Views,
|
component: Views,
|
||||||
redirect: '/sub-government-affairs-service/trace/products/harvest-batch',
|
redirect: '/sub-government-affairs-service/trace/products/harvest-batch',
|
||||||
meta: { title: '农产品档案', icon: 'Document' },
|
meta: { title: '采收质检赋码管理', icon: 'Document' },
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: '/sub-government-affairs-service/trace/products/harvest-batch',
|
path: '/sub-government-affairs-service/trace/products/harvest-batch',
|
||||||
@ -127,18 +127,6 @@ export default [
|
|||||||
name: 'packaging',
|
name: 'packaging',
|
||||||
meta: { title: '包装赋码管理', icon: '' },
|
meta: { title: '包装赋码管理', icon: '' },
|
||||||
},
|
},
|
||||||
{
|
|
||||||
path: '/sub-government-affairs-service/trace/products/trace-enterprise',
|
|
||||||
component: () => import('@/views/trace/products/enterprise/index.vue'),
|
|
||||||
name: 'trace-enterprise-info',
|
|
||||||
meta: { title: '溯源企业管理', icon: '' },
|
|
||||||
},
|
|
||||||
{
|
|
||||||
path: '/sub-government-affairs-service/trace/products/trace-product',
|
|
||||||
component: () => import('@/views/trace/products/product/index.vue'),
|
|
||||||
name: 'trace-product-info',
|
|
||||||
meta: { title: '溯源产品管理', icon: '' },
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
// {
|
// {
|
||||||
@ -186,20 +174,32 @@ export default [
|
|||||||
{
|
{
|
||||||
path: '/sub-government-affairs-service/trace',
|
path: '/sub-government-affairs-service/trace',
|
||||||
name: 'trace-management',
|
name: 'trace-management',
|
||||||
meta: { title: '溯源管理', icon: 'Connection' },
|
meta: { title: '溯源查询与统计', icon: 'Connection' },
|
||||||
redirect: '/sub-government-affairs-service/trace-search',
|
redirect: '/sub-government-affairs-service/trace-search',
|
||||||
children: [
|
children: [
|
||||||
|
{
|
||||||
|
path: '/sub-government-affairs-service/trace/products/trace-enterprise',
|
||||||
|
component: () => import('@/views/trace/products/enterprise/index.vue'),
|
||||||
|
name: 'trace-enterprise-info',
|
||||||
|
meta: { title: '溯源企业管理', icon: '' },
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/sub-government-affairs-service/trace/products/trace-product',
|
||||||
|
component: () => import('@/views/trace/products/product/index.vue'),
|
||||||
|
name: 'trace-product-info',
|
||||||
|
meta: { title: '溯源产品管理', icon: '' },
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: '/sub-government-affairs-service/trace-search',
|
path: '/sub-government-affairs-service/trace-search',
|
||||||
name: 'trace-search',
|
name: 'trace-search',
|
||||||
component: () => import('@/views/trace/search/index.vue'),
|
component: () => import('@/views/trace/search/index.vue'),
|
||||||
meta: { title: '溯源查询', icon: 'Files' },
|
meta: { title: '溯源查询', icon: '' },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/sub-government-affairs-service/trace-statistic',
|
path: '/sub-government-affairs-service/trace-statistic',
|
||||||
name: 'trace-statistic',
|
name: 'trace-statistic',
|
||||||
component: () => import('@/views/trace/statistic/index.vue'),
|
component: () => import('@/views/trace/statistic/index.vue'),
|
||||||
meta: { title: '溯源统计', icon: 'Filter' },
|
meta: { title: '溯源统计', icon: '' },
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -159,7 +159,7 @@ const columns = ref([
|
|||||||
{ label: '所属网格', prop: 'gridName' },
|
{ label: '所属网格', prop: 'gridName' },
|
||||||
{ label: '种植开始时间', prop: 'plantingStartTime' },
|
{ label: '种植开始时间', prop: 'plantingStartTime' },
|
||||||
{ label: '种植结束时间', prop: 'plantingEndTime' },
|
{ label: '种植结束时间', prop: 'plantingEndTime' },
|
||||||
{ label: '账号(手机号)', prop: 'account' },
|
// { label: '账号(手机号)', prop: 'account' },
|
||||||
{ label: '操作', prop: 'action', slotName: 'action', fixed: 'right' },
|
{ label: '操作', prop: 'action', slotName: 'action', fixed: 'right' },
|
||||||
]);
|
]);
|
||||||
const actions = [
|
const actions = [
|
||||||
|
@ -229,7 +229,7 @@ const columns = ref([
|
|||||||
{ label: '经营主体代码', prop: 'businessEntityCode', width: 130 },
|
{ label: '经营主体代码', prop: 'businessEntityCode', width: 130 },
|
||||||
{ label: '经营主体类型', prop: 'businessEntityType', width: 130 },
|
{ label: '经营主体类型', prop: 'businessEntityType', width: 130 },
|
||||||
{ label: '经营主体名称', prop: 'businessEntityName', width: 130 },
|
{ label: '经营主体名称', prop: 'businessEntityName', width: 130 },
|
||||||
{ label: '账号(手机号)', prop: 'account', width: 130 },
|
// { label: '账号(手机号)', prop: 'account', width: 130 },
|
||||||
{ label: '信息填报时间', prop: 'fillTime', width: 110 },
|
{ label: '信息填报时间', prop: 'fillTime', width: 110 },
|
||||||
{ label: '信息审核时间', prop: 'approvalTime', width: 110 },
|
{ label: '信息审核时间', prop: 'approvalTime', width: 110 },
|
||||||
{ label: '操作', prop: 'action', slotName: 'action', fixed: 'right' },
|
{ label: '操作', prop: 'action', slotName: 'action', fixed: 'right' },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user