|
@@ -264,18 +264,18 @@ export default {
|
|
|
align: "center",
|
|
|
key: "",
|
|
|
resizable: true,
|
|
|
- width: 100,
|
|
|
+ width: 70,
|
|
|
},
|
|
|
- { title: "分类名称", align: "center", key: "type_name", resizable: true,width:200 },
|
|
|
- { title: "产品名称", align: "center", key: "title" , resizable: true,width:200},
|
|
|
- { title: "计量单位", align: "center", key: "unit" , resizable: true,width:200},
|
|
|
- { title: "型号", align: "center", key: "model", resizable: true,width:200 },
|
|
|
- { title: "图号", align: "center", key: "url_number", resizable: true,width:200 },
|
|
|
+ { title: "分类名称", align: "center", key: "type_name", resizable: true,width:190 },
|
|
|
+ { title: "产品名称", align: "center", key: "title" , resizable: true,width:190},
|
|
|
+ { title: "计量单位", align: "center", key: "unit" , resizable: true,width:190},
|
|
|
+ { title: "型号", align: "center", key: "model", resizable: true,width:190 },
|
|
|
+ { title: "图号", align: "center", key: "url_number", resizable: true,width:190 },
|
|
|
{
|
|
|
title: "产品图片",
|
|
|
align: "center",
|
|
|
key: "company",
|
|
|
- resizable: true,width:200,
|
|
|
+ resizable: true,width:190,
|
|
|
render: (h, params) => {
|
|
|
const { row } = params;
|
|
|
return h("img", {
|
|
@@ -332,7 +332,7 @@ export default {
|
|
|
title: "图纸",
|
|
|
align: "center",
|
|
|
key: "url",
|
|
|
- resizable: true,width:200,
|
|
|
+ resizable: true,width:190,
|
|
|
render: (h, params) => {
|
|
|
const { row } = params;
|
|
|
return h("img", {
|