feat(wms): 添加备注列并优化产品信息显示

refactor(表单控件): 将输入框替换为下拉选择框优化用户体验
This commit is contained in:
砂糖
2026-01-10 09:57:44 +08:00
parent 50add1e8b5
commit d4e5f7fbc7
11 changed files with 198 additions and 142 deletions

View File

@@ -91,6 +91,8 @@
@click="handleReject(scope.row)" v-loading="buttonLoading">拒签</el-button>
<el-button v-if="scope.row.actionStatus == 3" type="warning" v-loading="buttonLoading"
@click="handleDelete(scope.row)">删除</el-button>
<!-- <el-button type="warning" v-loading="buttonLoading"
@click="handleDelete(scope.row)">删除</el-button> -->
</template>
</el-table-column>
</el-table>