jiangping
2024-02-04 3c2e49d7bcc91268a75689db400d1f1698c0f8b7
company/src/views/enterprise/entrustedInvoicing.vue
@@ -41,7 +41,7 @@
                <el-table-column prop="endTime" label="投保失效日期"></el-table-column>
                <el-table-column label="操作" min-width="180px">
                    <template slot-scope="{row}">
                        <el-button type="text" @click="$refs.entrustmentHistory.open('开票历史', row)">开票历史</el-button>
                        <el-button type="text" @click="$refs.entrustmentHistory.open('开票历史', {...row, determine: 1})">开票历史</el-button>
                    </template>
                </el-table-column>
            </el-table>