| | |
| | | <!-- <el-button type="danger" :loading="isWorking.export" @click="check(1)">审核不通过</el-button>--> |
| | | <el-button @click="visible=false">取消</el-button> |
| | | </template> |
| | | <template v-if="type==2" v-slot:footer> |
| | | <template v-else-if="type==2" v-slot:footer> |
| | | <el-button @click="visible=false">返回</el-button> |
| | | </template> |
| | | <template v-else v-slot:footer> |
| | |
| | | <el-button type="primary" :loading="isWorking.export" @click="exportDetail">导出详单</el-button> |
| | | <el-button @click="visible=false">取消</el-button> |
| | | </template> |
| | | </div> |
| | | </GlobalWindow> |
| | | </template> |
| | | |