gaoluyang
2026-06-22 eca5924030894adc81661f0784b87a95fe702d2f
src/views/salesManagement/paymentShipping/index.vue
@@ -82,7 +82,7 @@
            <el-button link type="primary" @click="handlePayment(scope.row)" v-if="scope.row.paymentStatus !== '已付款'">付款</el-button>
            <el-button link type="primary" @click="handleShipping(scope.row)" v-if="scope.row.paymentStatus === '已付款' && scope.row.shippingStatus === '待发货'">发货</el-button>
            <el-button link type="primary" @click="handleEdit(scope.row)">编辑</el-button>
            <el-button link type="danger" @click="handleDelete(scope.row)">删除</el-button>
            <el-button link type="danger" @click="handleDelete(scope.row)" v-hasPermi="['salesManagement:paymentShipping:remove']">删除</el-button>
          </template>
        </el-table-column>
      </el-table>