gaoluyang
2 天以前 025e46e11cb2962fd7692adfa401333758cc779b
src/pages/cooperativeOffice/collaborativeApproval/index.vue
@@ -32,7 +32,7 @@
                     <text class="item-id">{{ item.approveId }}</text>
                  </view>
                  <view class="item-tag">
                     <van-tag :type="getTagClass(item.approveStatus)" size="medium">{{ formatReceiptType(item.approveStatus) }}</van-tag>
                     <u-tag :type="getTagClass(item.approveStatus)">{{ formatReceiptType(item.approveStatus) }}</u-tag>
                  </view>
               </view>
               <up-divider></up-divider>
@@ -70,7 +70,7 @@
                     </view>
                     <view class="detail-row">
                        <view class="actions">
                           <van-button
                           <u-button
                              type="primary"
                              size="small"
                              class="action-btn edit"
@@ -78,8 +78,8 @@
                              @click="handleItemClick(item)"
                           >
                              编辑
                           </van-button>
                           <van-button
                           </u-button>
                           <u-button
                              type="success"
                              size="small"
                              class="action-btn approve"
@@ -87,7 +87,7 @@
                              @click="approve(item)"
                           >
                              审核
                           </van-button>
                           </u-button>
                        </view>
                     </view>
                  </view>
@@ -181,7 +181,7 @@
      } else if (type == 4) {
         return "primary";
      } else {
         return "danger";
         return "error";
      }
   };
@@ -461,7 +461,5 @@
   .action-btn.approve {
      /* success 样式来自组件,这里保留钩子以便后续需要扩展 */
   }
   :deep(.van-floating-bubble) {
      background: #ed8d05;
   }
   /* 已移除vant组件的样式引用 */
</style>