Commit 01b25aed by wangyanjiao

#233

parent 999cd51b
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
:prop="item.prop" :prop="item.prop"
:label="item.label" :label="item.label"
:width="item.width" :width="item.width"
sortable
> >
<template v-slot="{ scope }"> <template v-slot="{ scope }">
<!-- <template slot-scope="{ scope }"> --> <!-- <template slot-scope="{ scope }"> -->
......
...@@ -173,8 +173,7 @@ export default { ...@@ -173,8 +173,7 @@ export default {
} }
}, },
async handleReset() { async handleReset() {
this.model.infcon.seaownref="";
}, },
async handleSearch() { async handleSearch() {
this.stmData.data = []; this.stmData.data = [];
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
label="Opening between" label="Opening"
prop="infcon.opndatfrom" prop="infcon.opndatfrom"
style="width: 100%" style="width: 100%"
> >
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
type="date" type="date"
v-model="model.infcon.opndatfrom" v-model="model.infcon.opndatfrom"
style="width: 100%" style="width: 100%"
placeholder="请选择Opening between" placeholder="请选择Opening"
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
></c-date-picker> ></c-date-picker>
</c-col> </c-col>
...@@ -194,7 +194,7 @@ ...@@ -194,7 +194,7 @@
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
label="Amount between" label="Amount"
prop="infcon.seaamtfr" prop="infcon.seaamtfr"
style="width: 100%" style="width: 100%"
> >
...@@ -202,7 +202,7 @@ ...@@ -202,7 +202,7 @@
<c-input <c-input
v-model="model.infcon.seaamtfr" v-model="model.infcon.seaamtfr"
style="width: 100%" style="width: 100%"
placeholder="请输入Amount between" placeholder="请输入Amount"
> >
</c-input> </c-input>
</c-col> </c-col>
...@@ -676,7 +676,7 @@ export default { ...@@ -676,7 +676,7 @@ export default {
}, },
toDitopn(){ toDitopn(){
this.$router.history.push("/business/ditopn") this.$router.history.push("/business/ditopn")
} },
}, },
created: function () {}, created: function () {},
}; };
......
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