@ -1,6 +1,6 @@
{
"name": "ruoyi",
"version": "1.0.202408051113",
"version": "1.0.202408051543",
"description": "金鸡湖现代服务业品牌管理系统",
"author": "若依",
"license": "MIT",
@ -1252,6 +1252,7 @@
// 政务端工作台
.workbench-box {
height: 100%;
width: 100%;
overflow-y: scroll;
header {
@ -1317,16 +1318,23 @@
// 工作台
.home-main {
padding: 10px;
// height: calc(100% - 32vh);
// height: auto;
// overflow-y: auto;
display: grid;
grid-template-columns: 1fr;
grid-row-gap: 10px;
// display: grid;
// grid-template-columns: 1fr;
// grid-row-gap: 10px;
display: flex;
flex-direction: column;
.main-row {
// height: 100%;
// flex: 1;
margin-bottom: 10px;
height: 580px;
// width: 100%;
box-sizing: border-box;
background-color: #f6f7f9;
@ -1602,6 +1610,8 @@
// 招商信息分析
.main-row-two {
flex: 1;
height: 400px;
background-color: #fff;
padding: 10px 20px;
@ -1706,6 +1716,8 @@
}
.main-row-three {
// margin-bottom: 10px;
// height: 1200px;
@ -66,7 +66,7 @@ export default {
pagination: {
current:1,
size:10,
orderChange:0,
orderChange:1,
},
loading:false,
formInline: {
@ -33,11 +33,11 @@ export default {
time:"2023-02-11",
},{
projectName:"产业活动名称",
enterprice:"国家级",
enterprice:"省级",
]
@ -8,8 +8,9 @@
</div>
<div class="workbench-btn">
<!-- :placeholder="checked == 0 ? '请输入企业名称' : checked == 1 ? '请输入项目名称' : checked == 2 ? '请输入荣誉名称' : ''" -->
<el-autocomplete
:placeholder="checked == 0 ? '请输入企业名称' : checked == 1 ? '请输入项目名称' : checked == 2 ? '请输入荣誉名称' : ''"
placeholder="请输入企业名称"
ref="autocomplete"
v-model="search"
:fetch-suggestions="querySearch"