spring
2025-04-15 f4fb56d0a8701990081ad0e8baba766fb81ab634
src/views/CNAS/resourceDemand/device/component/acquisitionConfig.vue
@@ -13,8 +13,8 @@
    </div>
    <div class="table">
      <el-table :data="tableList.slice((page.current - 1) * page.size,page.current * page.size)"
                :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }" border
                tooltip-effect="dark" height="100%" :span-method="spanMethod">
        :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }" border tooltip-effect="dark" height="100%"
        :span-method="spanMethod">
        <el-table-column type="index" label="序号" align="center" width="65"></el-table-column>
        <el-table-column prop="deviceName" align="center" min-width="100" label="设备名称"></el-table-column>
        <el-table-column prop="fileType" align="center" label="文件后缀"></el-table-column>
@@ -535,7 +535,7 @@
        inspectionItem: row.inspectionItem.trim(),
        isDevice: true,
        inspectionItemSubclass: row.inspectionItemSubclass.trim(),
        inspectionItemClass: row.inspectionItemClass.trim(),
        inspectionItemClass: row.inspectionItemClass ? row.inspectionItemClass.trim() : '',
        structureItemParameterId: row.structureItemParameterId
      }).then(res => {
        const data = res.data;