ab4268de by renchao@pashanhoo.com

1

1 parent cf0280b6
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-19 10:23:27
* @LastEditTime: 2023-08-08 15:32:24
-->
<template>
<div>
......@@ -364,7 +364,7 @@
}
</script>
<style rel="stylesheet/scss" lang="scss" scoped>
@import "~@/styles/dialogBoxheader.scss";
// @import "~@/styles/dialogBoxheader.scss";
/deep/.el-radio-group {
display: flex;
justify-content: center;
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-19 14:07:38
* @LastEditTime: 2023-08-08 15:23:32
-->
<template>
<div class="from-clues">
......@@ -37,7 +37,7 @@
<el-col :span="4" class="btnColRight">
<el-form-item>
<el-button type="primary" native-type="submit" @click="handleSearch">查询</el-button>
<el-button @click="moreQueryClick()">高级查询</el-button>
<!-- <el-button @click="moreQueryClick()">高级查询</el-button> -->
</el-form-item>
</el-col>
</el-row>
......@@ -83,7 +83,6 @@
this.queryClick();
},
methods: {
// 查询
/**
* @description: 查询
* @author: renchao
......