style(src/views/reagent/customform): 优化数据

duizhaopin_ui
duan 2 years ago
parent 3b4d1df5d5
commit 2879b65997

@ -108,27 +108,7 @@ export default {
dialogVisible: false, dialogVisible: false,
loading: true, loading: true,
title: '', title: '',
tableData: [ tableData: [],
{
id: 1,
name: '硫酸',
purity: 'AR',
num: 0
},
{
id: 2,
name: '硼氢化钾',
purity: 'AR',
num: 0
},
{
id: 3,
name: '氢氧化1-(3-硫代丙基)-2-13-(3-硫代丙基)-2(3H)-苯并噻唑亚' +
'基]甲基}萘并[1.2-d]噻唑内盐,三乙基铵盐AR',
purity: 'AR',
num: 0
}
],
headerStyle: { 'background': '#E6E6E6' }, headerStyle: { 'background': '#E6E6E6' },
multipleSelection: [], multipleSelection: [],
formData: { formData: {

Loading…
Cancel
Save