jinhui.wang

打印删除

...@@ -80,7 +80,6 @@ ...@@ -80,7 +80,6 @@
80 uploadExcel(option) { 80 uploadExcel(option) {
81 //上传excel 81 //上传excel
82 const file = option.file; 82 const file = option.file;
83 - console.log(option);
84 this.loading=true; 83 this.loading=true;
85 importcaPreReview(file, this.form.type).then((res) => { 84 importcaPreReview(file, this.form.type).then((res) => {
86 this.loading=false; 85 this.loading=false;
......
...@@ -60,8 +60,7 @@ ...@@ -60,8 +60,7 @@
60 v-if="key != 'errorMessage' && key != 'line'" 60 v-if="key != 'errorMessage' && key != 'line'"
61 :label="key" 61 :label="key"
62 :prop="key" 62 :prop="key"
63 - width="120" 63 + ></el-table-column>
64 - ></el-table-column>
65 </el-table> 64 </el-table>
66 </div> 65 </div>
67 </template> 66 </template>
...@@ -126,7 +125,6 @@ export default { ...@@ -126,7 +125,6 @@ export default {
126 uploadExcel(option) { 125 uploadExcel(option) {
127 //上传excel 126 //上传excel
128 const file = option.file; 127 const file = option.file;
129 - console.log(option);
130 importFlight(file, this.form.type).then((res) => { 128 importFlight(file, this.form.type).then((res) => {
131 if (res.code != 200) { 129 if (res.code != 200) {
132 if (res.code == 603) { 130 if (res.code == 603) {
......