YL2767 vor 1 Woche
Ursprung
Commit
f70e2fd915
2 geänderte Dateien mit 6 neuen und 2 gelöschten Zeilen
  1. 2
    1
      config/dev.env.js
  2. 4
    1
      src/view/ware/store.vue

+ 2
- 1
config/dev.env.js Datei anzeigen

@@ -4,6 +4,7 @@ const prodEnv = require('./prod.env')
4 4
 
5 5
 module.exports = merge(prodEnv, {
6 6
   NODE_ENV: '"development"',
7
-	BASE_API: '"http://localhost:8080/thware/"'
7
+  BASE_API: '"http://120.224.213.150/thware/"'
8
+	//BASE_API: '"http://localhost:8080/thware/"'
8 9
 	// BASE_API: '"http://47.104.245.159:8081/thware/"'
9 10
 })

+ 4
- 1
src/view/ware/store.vue Datei anzeigen

@@ -144,7 +144,7 @@
144 144
 
145 145
 			<el-upload class="upload-demo" action="" :on-change="handleChange" :on-exceed="handleExceed" :on-remove="handleRemove"
146 146
 			 ref="upload" :limit="1" accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application/vnd.ms-excel"
147
-			 :auto-upload="false">
147
+			 :auto-upload="false" >
148 148
 				<el-button slot="trigger" size="small" type="primary">选择文件</el-button>
149 149
 				<el-button size="small" type="success" @click="inImport" :disabled="imptAble">保存</el-button>
150 150
 			</el-upload>
@@ -1427,6 +1427,9 @@
1427 1427
     {
1428 1428
         overflow: scroll!important;
1429 1429
     }
1430
+	.el-upload-list__item-name{
1431
+		background-color: #9f9;
1432
+	}
1430 1433
 	/*#store{
1431 1434
 		zoom:1;
1432 1435
 	}*/

Laden…
Abbrechen
Speichern