add 码垛线

This commit is contained in:
lb
2023-03-23 14:52:33 +08:00
parent 85b9736f09
commit b05d7bc52b
6 changed files with 177 additions and 17 deletions

View File

@@ -94,7 +94,7 @@ export default {
if ("enable" in opt && typeof opt.enable === "function") {
shouldDisabled = !opt.enable(this.injectData);
}
console.log('should disabled', shouldDisabled)
// console.log('should disabled', shouldDisabled)
btns.push(
h(
"el-button",