Commit 290982a2 by 闫泽浩

letcan代码更新

parent bc23aa8a
...@@ -85,7 +85,7 @@ export default { ...@@ -85,7 +85,7 @@ export default {
'letp0.cnftxt': [ 'letp0.cnftxt': [
{ type: 'string', required: false, message: '必输项' }, { type: 'string', required: false, message: '必输项' },
{ max: 40, message: '长度不能超过40' }, { max: 400, message: '长度不能超过40' },
], ],
'letcanf.strinf': [ 'letcanf.strinf': [
{ type: 'string', required: false, message: '必输项' }, { type: 'string', required: false, message: '必输项' },
......
...@@ -272,7 +272,7 @@ ...@@ -272,7 +272,7 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item label="确认文本" prop="letp0.cnftxt"> <el-form-item label="确认文本" prop="letp0.cnftxt">
<c-input <c-input
v-model="model.letp0.cnftxt" v-model="cnftxt"
maxlength="40" maxlength="40"
placeholder="请输入" placeholder="请输入"
disabled disabled
...@@ -334,6 +334,13 @@ export default { ...@@ -334,6 +334,13 @@ export default {
}, },
methods: {}, methods: {},
created: function () {}, created: function () {},
computed:{
cnftxt(){
this.model.letp0.cnftxt="The L/C was canceled "+new Date()
return this.model.letp0.cnftxt
}
}
} }
</script> </script>
......
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