|
@@ -6,7 +6,7 @@
|
|
|
size="small"
|
|
|
:inline="true"
|
|
|
v-show="showSearch"
|
|
|
- label-width="68px"
|
|
|
+ label-width="80px"
|
|
|
>
|
|
|
<el-form-item label="样片型号" prop="sampleModel">
|
|
|
<el-input
|
|
@@ -438,9 +438,9 @@ export default {
|
|
|
/** 下载模板操作 */
|
|
|
importTemplate() {
|
|
|
this.download(
|
|
|
- "/manage/integrated/importTemplate",
|
|
|
+ "/manage/emiMeasure/importTemplate",
|
|
|
{},
|
|
|
- `brdf_template_${new Date().getTime()}.xlsx`
|
|
|
+ `emiMeasure_template_${new Date().getTime()}.xlsx`
|
|
|
);
|
|
|
},
|
|
|
// 文件上传中处理
|