mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2025-08-24 13:04:57 +08:00
1111
This commit is contained in:
parent
a7c372acd6
commit
2881c819b6
|
@ -127,9 +127,9 @@
|
|||
<Minus/>
|
||||
</el-icon>
|
||||
</el-button>
|
||||
<!-- <el-button size="small" color="#006080" @click="tableItemConfirm(scope)"
|
||||
<!--<el-button size="small" color="#006080" @click="tableItemConfirm(scope)"
|
||||
:disabled="tableDataStore[scope.$index].speed === scope.row.speed">确定-->
|
||||
<el-button size="small" color="#006080" @click="tableItemConfirm(scope, varTableData)">确定
|
||||
<!--<el-button size="small" color="#006080" @click="tableItemConfirm(scope, varTableData)">确定
|
||||
</el-button>
|
||||
<el-button size="small" color="#006080" @click="tableItemCancel(scope)">取消
|
||||
</el-button>
|
||||
|
@ -350,7 +350,7 @@ function updateMedicineTable(aiMedicine: any, doctorMedicine: any) {
|
|||
}
|
||||
if (remoteWsStore.varMedicine.includes(key)) {
|
||||
varTable.push(medicine);
|
||||
} else {
|
||||
} else if (remoteWsStore.fixedMedicine.includes(key)) {
|
||||
fixedTable.push(medicine);
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue
Block a user