dev01 2 роки тому
батько
коміт
55dc25b1cd
2 змінених файлів з 7 додано та 3 видалено
  1. 6 2
      src/pages/examine/myList.jsx
  2. 1 1
      src/utils/config.js

+ 6 - 2
src/pages/examine/myList.jsx

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

+ 1 - 1
src/utils/config.js

@@ -1,4 +1,4 @@
-//
+// 本地
 // export const resourceAddress = 'http://172.16.0.255:3000/upload;'
 // 生产
 export const resourceAddress = 'https://s.jishutao.com/upload';