姜福壮

This commit is contained in:
Vergil
2020-05-14 17:15:44 +08:00
parent e99d954057
commit 514569b497
2 changed files with 4 additions and 1 deletions

View File

@@ -112,7 +112,7 @@
@current-change="handleCurrentChange1"/>
</div>
</el-card>
<el-dialog :visible.sync="dialogFormVisible" title="补投" center width="300px">
<el-dialog :visible.sync="dialogFormVisible" title="退料" center width="300px">
<el-form ref="form" :model="form" :rules="rules" label-position="left" label-width="80px" class="demo-ruleForm">
<div>
<el-row style="padding: 10px 0">

View File

@@ -718,6 +718,9 @@ export default {
}
}
}
window.onresize = function() {
console.log(11111)
}
</script>
<style>