fixed bug

This commit is contained in:
chenjianan
2019-06-27 15:37:16 +08:00
parent 1bb5db9ab6
commit 05b80d218b
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
"@xkeshi/vue-barcode": "^1.0.0", "@xkeshi/vue-barcode": "^1.0.0",
"axios": "0.18.0", "axios": "0.18.0",
"echarts": "^4.2.0-rc.2", "echarts": "^4.2.0-rc.2",
"element-ui": "2.10.0", "element-ui": "2.8.2",
"file-saver": "^1.3.8", "file-saver": "^1.3.8",
"html2canvas": "^1.0.0-alpha.12", "html2canvas": "^1.0.0-alpha.12",
"jquery": "^3.3.1", "jquery": "^3.3.1",

View File

@@ -22,7 +22,7 @@
:value="item.value"/> :value="item.value"/>
</el-select> </el-select>
<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:</span> <span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:</span>
<el-input v-model="name" placeholder="名称" size="small" clearable style="width:200px"/> <el-input v-model="Name" placeholder="名称" size="small" clearable style="width:200px"/>
</el-row> </el-row>
<el-row style="margin-top:10px"> <el-row style="margin-top:10px">
<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:</span> <span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:</span>