|
@@ -234,7 +234,7 @@ const QueryCustomer = React.createClass({
|
|
|
e.stopPropagation(), this.seeDetail(record);
|
|
|
}}
|
|
|
// type="primary"
|
|
|
- style={{ marginRight: 10, color: "#fff", background: record.signBills === 0 ? "#58A3FF" : "green" }}
|
|
|
+ style={{ border: 0, marginRight: 10, color: "#fff", background: record.signBills === 0 ? "#58A3FF" : "green" }}
|
|
|
>
|
|
|
{record.signBills === 0 ? '暂未签单' : '已签,查看详细'}
|
|
|
</Button>
|