gaoluyang
2 天以前 74e6e4431b82fcd30e31f59b91bcdf2c8a5cf3f8
src/pages/customerService/afterSalesHandling/index.vue
@@ -61,9 +61,7 @@
        </view>
        <up-divider></up-divider>
        <view class="detail-buttons">
          <up-button size="small" type="primary" v-if="item.status === 1" @click.stop="openHandleForm('approve', item)">处理</up-button>
          <up-button size="small" type="primary" plain @click.stop="openHandleForm('view', item)">查看</up-button>
          <up-button size="small" type="info" plain @click.stop="openFiles(item)">附件</up-button>
        </view>
      </view>
    </view>