//毒理
|
|
// DL007~DL015通用字段
|
|
const common = {
|
|
sydd: 'Test Location',
|
|
syddOther: 'Test Location (Other)',
|
|
czsj: 'Operation Time',
|
|
kssj: 'Start Time',
|
|
jssj: 'End Time',
|
|
sysj: 'Test Reagent Information',
|
|
sjmc: 'Reagent Name',
|
|
bh: 'Number',
|
|
ph: 'Batch Number',
|
|
ndhlcd: 'Concentration/Content/Purity',
|
|
ly: 'Source',
|
|
sxr: 'Expiration Date',
|
|
yqsyxx: 'Instrument Usage Information',
|
|
yqmc: 'Instrument Name',
|
|
yqxh: 'Instrument Model',
|
|
yqbh: 'Instrument Number',
|
|
xccsjzjdrq: 'Next Test/Calibration/Verification Date',
|
|
xbxx: 'Cell Information',
|
|
qxbd: 'Previous Form',
|
|
bltj: 'Exposure Conditions',
|
|
czbz: 'Operation Steps',
|
|
bz: 'Remarks',
|
|
mc: 'Name',
|
|
nd: 'Concentration'
|
|
}
|
|
|
|
export default {
|
|
dl001: {},
|
|
common,
|
|
dl007: {
|
|
...common,
|
|
czxx: 'Operation Information',
|
|
pykssj: 'Cultivation Start Time',
|
|
pyjssj: 'Cultivation End Time',
|
|
jsButton: 'End'
|
|
},
|
|
dl008: {
|
|
...common,
|
|
cxqk: 'Imaging Status',
|
|
wrqk: 'Contamination Status'
|
|
},
|
|
dl009: {
|
|
...common,
|
|
clxx: 'Processing Information',
|
|
clbh: 'Processing Number',
|
|
cltj: 'Processing Conditions',
|
|
jgxx: 'Result Information'
|
|
},
|
|
dl010: {
|
|
...common,
|
|
dwzs: 'Animal Species',
|
|
cjdd: 'Collection Location',
|
|
zpdd: 'Slide Preparation Location',
|
|
cjbw: 'Collection Site',
|
|
jprq: 'Dissection Date',
|
|
jprqKssj: 'Start Time',
|
|
jprqJssj: 'End Time',
|
|
yqsybh: 'Instrument Usage Number',
|
|
zcqk: 'Status/Condition/Performance',
|
|
sjxx: 'Collection Information',
|
|
xzmb: 'Download Template',
|
|
dr: 'Import',
|
|
dwbh: 'Animal Number',
|
|
dwxb: 'Gender',
|
|
dwzl: 'Animal Species',
|
|
xcqkxzjd: 'Next Test/Calibration/Verification Date',
|
|
sjsj: 'Collection Time'
|
|
},
|
|
dl011: {
|
|
...common,
|
|
fxbz: 'Resuscitation Steps',
|
|
pyxx: 'Culture Information'
|
|
},
|
|
dl012: {
|
|
...common,
|
|
zbbz: 'Preparation Steps',
|
|
pyxx: 'Culture Information'
|
|
},
|
|
dl013: {
|
|
...common,
|
|
cdxx: 'Measurement Information'
|
|
},
|
|
dl014: {
|
|
...common,
|
|
gyzjxx: 'Drug Administration Information',
|
|
wzly: 'Material Source',
|
|
xbmc: 'Cell Name',
|
|
jlzpzxx: 'Dose Group Preparation Information'
|
|
},
|
|
dl015: {
|
|
...common,
|
|
hyqk: 'Medium Change Status'
|
|
},
|
|
dl020: {
|
|
swdljlbxx: 'Toxicology Record Information',
|
|
xbxx:'Cell Information',
|
|
sydd:'Test Location',
|
|
czsj:'Operation Time',
|
|
qxbd: 'Previous Form',
|
|
dlbz: 'Remarks',
|
|
czbz: 'Operation Steps',
|
|
}
|
|
}
|