|
@@ -186,7 +186,7 @@ const formRules = {
|
|
const disposeModal = ref(false)
|
|
const disposeModal = ref(false)
|
|
const batchColumn = ref([
|
|
const batchColumn = ref([
|
|
{ key: 'materialName', name: '样品名称' },
|
|
{ key: 'materialName', name: '样品名称' },
|
|
- { key: 'no-key', name: '留样数量' },
|
|
|
|
|
|
+ { key: 'sxCount', name: '留样数量' },
|
|
{ key: 'proposedPosition', name: '拟用部位' },
|
|
{ key: 'proposedPosition', name: '拟用部位' },
|
|
{ key: 'resamTime', name: '留样时间' },
|
|
{ key: 'resamTime', name: '留样时间' },
|
|
])
|
|
])
|