yyb
2026-05-15 5ca9604737afd9c8f50013274ebc1b3ce8af18e2
src/pages/cooperativeOffice/collaborativeApproval/index.vue
@@ -97,13 +97,13 @@
              </view>
              <view class="detail-row">
                <view class="actions">
                  <u-button type="primary"
                  <!-- <u-button type="primary"
                            size="small"
                            class="action-btn edit"
                            :disabled="item.approveStatus == 2 || item.approveStatus == 1 || item.approveStatus == 4 || item.approveStatus == 8"
                            @click="handleItemClick(item)">
                    编辑
                  </u-button>
                  </u-button> -->
                  <u-button type="success"
                            size="small"
                            class="action-btn approve"
@@ -158,7 +158,7 @@
      5: "采购管理",
      6: "报价管理",
      7: "发货审批",
      8: "危险作业管理",
      8: "危险作业审批",
    };
    return titleMap[type] || "审批管理";
  };