Compare commits
2 Commits
cdc658161f
...
ab7d436744
Author | SHA1 | Date | |
---|---|---|---|
ab7d436744 | |||
7ae23a06f1 |
@ -107,7 +107,7 @@ export default [
|
||||
name: 'products',
|
||||
component: Views,
|
||||
redirect: '/sub-government-affairs-service/trace/products/harvest-batch',
|
||||
meta: { title: '农产品档案', icon: 'Document' },
|
||||
meta: { title: '采收质检赋码管理', icon: 'Document' },
|
||||
children: [
|
||||
{
|
||||
path: '/sub-government-affairs-service/trace/products/harvest-batch',
|
||||
@ -127,18 +127,6 @@ export default [
|
||||
name: 'packaging',
|
||||
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',
|
||||
name: 'trace-management',
|
||||
meta: { title: '溯源管理', icon: 'Connection' },
|
||||
meta: { title: '溯源查询与统计', icon: 'Connection' },
|
||||
redirect: '/sub-government-affairs-service/trace-search',
|
||||
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',
|
||||
name: 'trace-search',
|
||||
component: () => import('@/views/trace/search/index.vue'),
|
||||
meta: { title: '溯源查询', icon: 'Files' },
|
||||
meta: { title: '溯源查询', icon: '' },
|
||||
},
|
||||
{
|
||||
path: '/sub-government-affairs-service/trace-statistic',
|
||||
name: 'trace-statistic',
|
||||
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: 'plantingStartTime' },
|
||||
{ label: '种植结束时间', prop: 'plantingEndTime' },
|
||||
{ label: '账号(手机号)', prop: 'account' },
|
||||
// { label: '账号(手机号)', prop: 'account' },
|
||||
{ label: '操作', prop: 'action', slotName: 'action', fixed: 'right' },
|
||||
]);
|
||||
const actions = [
|
||||
|
@ -229,7 +229,7 @@ const columns = ref([
|
||||
{ label: '经营主体代码', prop: 'businessEntityCode', width: 130 },
|
||||
{ label: '经营主体类型', prop: 'businessEntityType', width: 130 },
|
||||
{ label: '经营主体名称', prop: 'businessEntityName', width: 130 },
|
||||
{ label: '账号(手机号)', prop: 'account', width: 130 },
|
||||
// { label: '账号(手机号)', prop: 'account', width: 130 },
|
||||
{ label: '信息填报时间', prop: 'fillTime', width: 110 },
|
||||
{ label: '信息审核时间', prop: 'approvalTime', width: 110 },
|
||||
{ label: '操作', prop: 'action', slotName: 'action', fixed: 'right' },
|
||||
|
Loading…
x
Reference in New Issue
Block a user