Commit 3db02e30 by fukai

提交查询入口改造

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