@@ -338,7 +338,7 @@ export default {
},
// 点击编辑图标显示输入框
handleEditClick(row, index) {
- if (this.disabled || !this.canOrder) {
+ if (!this.canOrder) {
console.log('编辑功能已禁用', this.disabled, this.canOrder);
return;
}