Commit 3fa2b201 by liuxin

ditopn模块调整

parent 22f30daa
......@@ -334,5 +334,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'});
}
})
}
},
onSeainf(){
},
}
\ No newline at end of file
import Pts from '../Public/Pts'
export default class Ditopn{
constructor () {
this.data = {
......
......@@ -38,7 +38,7 @@
<c-input v-model="model.liaall.liaccv.cshpct"></c-input>
</el-col>
<el-col :span="12" style="margin-left:20px">
<el-text>%</el-text>
<span>%</span>
</el-col>
</el-row>
</el-form-item>
......@@ -77,7 +77,7 @@
<c-input v-model="model.liaall.misamt"></c-input>
</el-col>
<el-col :span="12" style="margin-left:20px">
<el-text>%</el-text>
<span>%</span>
</el-col>
</el-row>
</el-form-item>
......
......@@ -211,7 +211,6 @@ export default {
},
methods:{...Event},
created:function(){
}
}
</script>
......
......@@ -22,7 +22,6 @@ export default {
},
methods:{...Event},
created:function(){
}
}
</script>
......
<!--
<template>
<div class="eContainer">
<el-form :model="model" :rules="rules" ref="modelForm" label-width="100px" size="small">
......@@ -3414,3 +3415,5 @@ export default {
<style>
</style>
-->
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