linwenxin il y a 4 mois
Parent
commit
5db81efa69

+ 1 - 1
src/views/workOrder/appraise/index.vue

@@ -68,7 +68,7 @@ export default {
       return this.operationBtn({
         shenshu: {
           conditions: ({ row, index, column }) => {
-            return !(!['A', 'D', 'T'].includes(row.appraiseStatus) && row.appraiseApplyId)
+            return !['A', 'D', 'T'].includes(row.appraiseStatus) && !row.appraiseApplyId
           },
           click: ({ row, index, column }) => {
             this.$router.push({

+ 5 - 4
src/views/workOrder/appraiseAppeal/appraisalStatement/index.vue

@@ -595,6 +595,11 @@ export default {
     }
   },
   methods: {
+    // 列表请求函数
+    getList: appraiseApplyApplyList,
+    // 导出
+    exportList: appraiseApplyApplyListExport,
+    // 辅材工单内容
     fuzhigongdanneirong() {
       if (!this.formData.orderBaseId) {
         return
@@ -642,10 +647,6 @@ export default {
         })
       })
     },
-    // 列表请求函数
-    getList: appraiseApplyApplyList,
-    // 导出
-    exportList: appraiseApplyApplyListExport,
     // 表格列解析渲染数据更改
     columnParsing(item, defaultData) {
       return defaultData