gaoluyang
2026-03-16 ad82938e20dec7aae8b675ce89527491105f2825
src/views/basicData/product/ProductSelectDialog.vue
@@ -21,8 +21,8 @@
      <el-table-column type="selection" width="55" />
      <el-table-column type="index" label="序号" width="60" />
      <el-table-column prop="productName" label="产品大类" min-width="160" />
      <el-table-column prop="drawingNumber" label="图纸编号" min-width="160" />
      <el-table-column prop="model" label="型号名称" min-width="200" />
      <el-table-column prop="drawingNumber" label="规格型号" min-width="160" />
      <el-table-column prop="model" label="图纸编号" min-width="200" />
      <el-table-column prop="unit" label="单位" min-width="160" />
    </el-table>
@@ -44,7 +44,7 @@
<script setup lang="ts">
import { computed, onMounted, reactive, ref, watch, nextTick } from "vue";
import { ElMessage } from "element-plus";
import { productModelList } from '@/api/basicData/productModel'
import { productModelList } from '@/api/basicData/productModel.js'
export type ProductRow = {
  id: number;