|
@@ -52,7 +52,9 @@ class MyList extends Component {
|
|
公出企业:{v.nickname}
|
|
公出企业:{v.nickname}
|
|
</View>
|
|
</View>
|
|
{
|
|
{
|
|
- (v.type === 0 || v.type === 1 || v.type === 2) && v.status !== 3 &&
|
|
|
|
|
|
+ title == "我的公出" &&
|
|
|
|
+ (v.type === 0 || v.type === 1 || v.type === 2) &&
|
|
|
|
+ v.status !== 3 &&
|
|
<View
|
|
<View
|
|
className="reject"
|
|
className="reject"
|
|
onClick={e => {
|
|
onClick={e => {
|
|
@@ -64,7 +66,9 @@ class MyList extends Component {
|
|
</View>
|
|
</View>
|
|
}
|
|
}
|
|
{
|
|
{
|
|
- (title == "我的协单" || title === "查看协单") && v.status === 2 && v.type === 3 &&
|
|
|
|
|
|
+ (title == "我的协单" || title === "查看协单") &&
|
|
|
|
+ v.status === 2 &&
|
|
|
|
+ v.type === 3 &&
|
|
<View
|
|
<View
|
|
className="reject"
|
|
className="reject"
|
|
onClick={e => {
|
|
onClick={e => {
|