|
@@ -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
|
}*/
|