|
@@ -234,19 +234,15 @@ const PaiDan = React.createClass({
|
|
render: (text, record) => {
|
|
render: (text, record) => {
|
|
return (
|
|
return (
|
|
<div>
|
|
<div>
|
|
- {record.settlementAmount == 0 ? (
|
|
|
|
- <Button
|
|
|
|
- type="primary"
|
|
|
|
- style={{ margin: "0 10px" }}
|
|
|
|
- onClick={e => {
|
|
|
|
- e.stopPropagation(), this.examNo(record);
|
|
|
|
- }}
|
|
|
|
- >
|
|
|
|
- 驳回
|
|
|
|
- </Button>
|
|
|
|
- ) : (
|
|
|
|
- ""
|
|
|
|
- )}
|
|
|
|
|
|
+ <Button
|
|
|
|
+ type="primary"
|
|
|
|
+ style={{ margin: "0 10px" }}
|
|
|
|
+ onClick={e => {
|
|
|
|
+ e.stopPropagation(), this.examNo(record);
|
|
|
|
+ }}
|
|
|
|
+ >
|
|
|
|
+ 驳回
|
|
|
|
+ </Button>
|
|
</div>
|
|
</div>
|
|
);
|
|
);
|
|
}
|
|
}
|