aa58c22b by lihua

解决价值评估的删除

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