You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

130 lines
2.8 KiB

11 months ago
export default {
data() {
return {
11 months ago
tableDataNew:[],
11 months ago
tableData: [{
name: '验光核查',
nameClass: 'yghc',
// 验光核查
YGHC: '验光核查',
// 预留屈光度
YLQGD: '',
// 预期矫正度数
YQJZDS: '',
// 手术方式
operationList: '',
// 其他
QT: '',
// 备注
bz: '',
11 months ago
// 医生签字
doctorSign: '',
// 患者签字
patientorDlrSign:'',
11 months ago
}, {
name: '预留屈光度',
nameClass: 'ylqgd',
// 验光核查
YGHC: '',
// 预留屈光度
YLQGD: '预留屈光度',
// 预期矫正度数
YQJZDS: '',
// 手术方式
operationList: '',
// 其他
QT: '',
// 备注
bz: '',
11 months ago
// 医生签字
doctorSign: '',
// 患者签字
patientorDlrSign:'',
11 months ago
}, {
name: '预期矫正度数',
nameClass: 'yqjzds',
// 验光核查
YGHC: '',
// 预留屈光度
YLQGD: '',
// 预期矫正度数
YQJZDS: '预期矫正度数',
// 手术方式
operationList: '',
// 其他
QT: '',
// 备注
bz: '',
11 months ago
// 医生签字
doctorSign: '',
// 患者签字
patientorDlrSign:'',
11 months ago
}, {
name: '手术方式',
nameClass: 'ssfs',
// 验光核查
YGHC: '',
// 预留屈光度
YLQGD: '',
// 预期矫正度数
YQJZDS: '',
// 手术方式
operationList: '手术方式',
// 其他
QT: '',
// 备注
bz: '',
11 months ago
// 医生签字
doctorSign: '',
// 患者签字
patientorDlrSign:'',
11 months ago
}, {
name: '其他',
nameClass: 'qt',
// 验光核查
YGHC: '',
// 预留屈光度
YLQGD: '',
// 预期矫正度数
YQJZDS: '',
// 手术方式
operationList: '',
// 其他
QT: '其他',
// 备注
bz: '',
11 months ago
// 医生签字
doctorSign: '',
// 患者签字
patientorDlrSign:'',
11 months ago
}, {
name: '备注',
nameClass: 'bz',
// 验光核查
YGHC: '',
// 预留屈光度
YLQGD: '',
// 预期矫正度数
YQJZDS: '',
// 手术方式
operationList: '',
// 其他
QT: '',
// 备注
bz: '备注',
11 months ago
// 医生签字
doctorSign: '',
// 患者签字
patientorDlrSign:'',
11 months ago
}],
otherList: [{
name: 'Visumax'
}, {
name: 'Amaris'
}, {
name: '空'
}]
}
}
}