e3aa5abe by lihua

解决价值评估的删除

1 parent 962213c9
......@@ -250,7 +250,7 @@ const getTableBtns = (row) => {
const approveVO = row.approveVO;
if (!approveVO && row.isApprove == 'N') {
btnsArr.push({ label: "编辑", value: "redit" });
btnsArr.push({ label: "删除", value: "del" });
btnsArr.push({ label: "删除", value: "delete" });
btnsArr.push({ label: "详情", value: "detail" });
return btnsArr;
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!