feat:样品库管理
This commit is contained in:
@@ -33,17 +33,17 @@ const popupShow = ref(false)
|
||||
const menuItemList = ref([
|
||||
{
|
||||
url: '/pages/analysis/sample/sample-work-list',
|
||||
otherConf: { icon: '/static/images/menus/sampleAnalysis.png' },
|
||||
otherConf: { icon: '/static/images/menus/样品分析.png' },
|
||||
name: '样品分析'
|
||||
},
|
||||
{
|
||||
url: '/pages/analysis/sample/sample-report-search',
|
||||
otherConf: { icon: '/static/images/menus/records.png' },
|
||||
otherConf: { icon: '/static/images/menus/记录.png' },
|
||||
name: '分析记录'
|
||||
},
|
||||
{
|
||||
url: '/pages/analysis/auncel/auncel-status',
|
||||
otherConf: { icon: '/static/images/menus/balance.png' },
|
||||
otherConf: { icon: '/static/images/menus/天平查看.png' },
|
||||
name: '天平查看'
|
||||
}
|
||||
])
|
||||
|
||||
@@ -366,6 +366,7 @@ const parameterClassifyChange = v => {
|
||||
|
||||
const fieldClick = (field, key) => {
|
||||
if (!field.isEdit) return
|
||||
currentFillingIndex.value = 0
|
||||
if (currentFillingWay.value === 'input') {
|
||||
inputValue.value = field.value
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user