zhanbo.xu

feat: 还原1.0.9代码

This diff is collapsed. Click to expand it.
...@@ -145,14 +145,14 @@ ...@@ -145,14 +145,14 @@
145 > 145 >
146 批量修改 146 批量修改
147 </el-button> 147 </el-button>
148 - <el-button 148 + <!-- <el-button
149 class="entrySaveButton" 149 class="entrySaveButton"
150 size="small" 150 size="small"
151 icon="el-icon-edit" 151 icon="el-icon-edit"
152 @click="weightAdjustFn" 152 @click="weightAdjustFn"
153 > 153 >
154 重量调整 154 重量调整
155 - </el-button> 155 + </el-button> -->
156 <el-button 156 <el-button
157 class="entrySaveButton" 157 class="entrySaveButton"
158 size="small" 158 size="small"
......