|
@@ -22,7 +22,7 @@
|
|
|
<el-dropdown-item command="add">单个添加</el-dropdown-item>
|
|
|
<el-dropdown-item command="batchAdd">
|
|
|
<div class="upload_div">
|
|
|
- <xk-upload class="upload_class" @callback="mixins_search" :params="{ importType: 'DEVICE' }">
|
|
|
+ <xk-upload class="upload_class" @callback="mixins_search" :params="{ importType: 'INSEPTION_OPTION' }">
|
|
|
<span class="upload_text" slot="content">批量添加</span>
|
|
|
</xk-upload>
|
|
|
</div>
|
|
@@ -69,7 +69,7 @@ export default {
|
|
|
cols: [
|
|
|
{
|
|
|
label: '设备设施类型',
|
|
|
- prop: 'typeId'
|
|
|
+ prop: 'typeName'
|
|
|
},
|
|
|
{
|
|
|
label: '巡检项内容',
|
|
@@ -125,7 +125,7 @@ export default {
|
|
|
this.addOrEdit('add');
|
|
|
}
|
|
|
if (command === 'template') {
|
|
|
- this.__exportExcel('/czc-community/excel/download/template', { importType: 'DEVICE' });
|
|
|
+ this.__exportExcel('/czc-community/excel/download/template', { importType: 'INSEPTION_OPTION' });
|
|
|
return;
|
|
|
}
|
|
|
},
|