zhaoxiaoqiang
2023-09-07 e2f0865c2a1167d36208a8c41eb5f18c684c786b
src/views/qyp-project-order/history.vue
@@ -3,7 +3,7 @@
 * @Author: zhaoxiaoqiang 287285524@qq.com
 * @Date: 2023-08-24 15:16:23
 * @LastEditors: zhaoxiaoqiang 287285524@qq.com
 * @LastEditTime: 2023-09-01 11:19:29
 * @LastEditTime: 2023-09-06 17:44:03
 * @FilePath: \qyp_plat\src\views\qyp-project-order\history.vue
 * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
@@ -97,6 +97,9 @@
import Etable from "@/components/table.vue";
export default {
    components: { Etable },
    props:{
     orderId:""
    },
    data() {
        return {
            productShow:false,
@@ -180,9 +183,9 @@
                                disabled:!scope.row.canRefund&&!scope.row.tcjCanRefund
                            },
                            style: {
                                // display: this.filterBtnById(150101)
                                //   ? "inline-block"
                                //   : "none",
                                display: this.filterBtnById(430207)
                                  ? "inline-block"
                                  : "none",
                            },
                            on: {
                                click: () => {
@@ -224,9 +227,14 @@
                }
            },
            deep: true
        },
        orderId(value){
           console.log(value)
        }
    },
    created() {
     this.searchData.orderId = this.orderId;
     this.formInline.orderId = this.orderId;
     this.initSerch();
    },
    methods: {