e3aa5abe by lihua

解决价值评估的删除

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