jiangping
2024-10-24 b3d38ff2cc56f51212521ab11b2151dcd82dd8b9
company/src/components/business/OperaSwitchCourtWindow.vue
@@ -15,10 +15,10 @@
                        <span>提交时间:2023-09-11 00:00:00</span>
                    </div>
                    <div class="desc_item_label_right">
                        <el-button type="primary" @click="$refs.switchCourtDetaols.open('换厂申请单详情')">导出详单</el-button>
                        <el-button type="primary" @click="$refs.switchCourtDetaols.open('更换派遣单位申请单详情')">导出详单</el-button>
                        <el-button type="primary">查看申请单</el-button>
                        <el-button type="primary" @click="visible3 = true">上传批单</el-button>
                        <el-button type="danger" @click="visible1 = true">退回投保</el-button>
                        <el-button type="danger" @click="visible1 = true">退回申请</el-button>
                        <el-button type="danger" @click="visible4 = true">修改批单</el-button>
                    </div>
                </div>
@@ -93,11 +93,11 @@
                        </el-table-column>
                        <el-table-column
                            prop="address"
                            label="换厂后派遣单位">
                            label="更换后派遣单位">
                        </el-table-column>
                        <el-table-column
                            prop="address"
                            label="换厂后所属工种">
                            label="更换后所属工种">
                        </el-table-column>
                    </el-table>
                    <div class="desc_item_from_page">
@@ -125,9 +125,9 @@
                </div>
            </div>
        </div>
        <!--    退回投保    -->
        <!--    退回申请    -->
        <el-dialog
            title="退回投保"
            title="退回申请"
            :visible.sync="visible1"
            :show-close="false"
            :close-on-click-modal="false"