Commit 3db02e30 by fukai

提交查询入口改造

parent 49ef3d90
......@@ -66,7 +66,7 @@ export default {
.m-table-search-form .el-form-item__content {
width: calc(100% - 110px);
}
.m-table-search-form .el-form-item {
/* .m-table-search-form .el-form-item {
width: 33%;
margin-right: 0;
padding-right: 20px;
......@@ -74,7 +74,7 @@ export default {
}
.m-table-search-form .el-form-item:nth-child(3n) {
padding-right: 0;
}
} */
.m-table-operation {
margin-top: 15px;
......
......@@ -61,6 +61,12 @@ export default {
let viewurl = "/business/ditopn?selsptinr=" + row['INR'];
this.$router.push(viewurl);
//}
},
async handleReset(){
} ,
async handleSearch(){
}
}
\ No newline at end of file
......@@ -14,7 +14,7 @@
<c-tabs :value="tabVal" ref="elment" type="card" @tab-click="tabClick">
<el-tab-pane label="内容" name="ovwp">
<!--PD000001 -->
<c-content :height="220">
<c-content :height="280">
<m-ovwp :model="model" :codes="codes" />
</c-content>
</el-tab-pane>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment