Commit 01b25aed by wangyanjiao

#233

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