Merge branch 'dev' of http://47.109.205.240:3000/Web/daimp-front into dev
This commit is contained in:
commit
d7fbd3d720
@ -249,7 +249,6 @@ GET /system/area/region?areaCode=530000
|
||||
|
||||
## 注意事项
|
||||
|
||||
- 外部不应主动更新 `modelValue`,避免造成循环依赖。
|
||||
- 默认展示为“云南省”下的行政区域。
|
||||
- 默认字段映射为:
|
||||
- `label`: `areaName`
|
||||
|
@ -301,21 +301,19 @@ const tableLoading = ref(false);
|
||||
const tableTotal = ref(0);
|
||||
const columns = ref([
|
||||
{ prop: 'batchCode', label: '产品溯源码', slotName: 'batchCode', width: 150 },
|
||||
|
||||
{ prop: 'name', label: '产品名称' },
|
||||
{ prop: 'Unit', label: '规格' },
|
||||
{ prop: 'purchaseDate', label: '生产日期' },
|
||||
{ prop: 'productTypes', label: '产品名称' },
|
||||
{ prop: 'name', label: '包装规格' },
|
||||
{ prop: 'purchaseDate', label: '生产日期', width: 150 },
|
||||
{ prop: 'number', label: '保质期' },
|
||||
// { prop: 'baseCode', label: '生产商', width: 200 },
|
||||
{ prop: 'Unit', label: '生产商', width: 200 },
|
||||
{ prop: 'plotName', label: '厂址' },
|
||||
{ prop: 'baseName', label: '原材料' },
|
||||
{ prop: 'baseAddress', label: '原产地' },
|
||||
{ prop: 'plotCode', label: '种植基地' },
|
||||
|
||||
{ prop: 'businessEntity', label: '种植基地地址' },
|
||||
{ prop: 'record', label: '生产经营主体类型' },
|
||||
{ prop: 'type', label: '生产经营主体名称' },
|
||||
{ prop: 'createDate', label: '创建日期' },
|
||||
{ prop: 'createDate', label: '创建日期', width: 150 },
|
||||
{ prop: 'action', label: '操作', slotName: 'action', width: 100, fixed: 'right' },
|
||||
]);
|
||||
const handlePaginationChange = ({ page, pageSize }) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user