|
@@ -436,14 +436,14 @@ export default {
|
|
|
title: "序号",
|
|
|
type: "index",
|
|
|
align: "center",
|
|
|
- width: "80",
|
|
|
+ width: 80,
|
|
|
resizable: true,
|
|
|
},
|
|
|
{
|
|
|
title: "楼栋",
|
|
|
key: "house",
|
|
|
align: "center",
|
|
|
- width: "100",
|
|
|
+ width: 100,
|
|
|
slot: "houseSet",
|
|
|
resizable: true,
|
|
|
},
|
|
@@ -451,7 +451,7 @@ export default {
|
|
|
title: "楼单元",
|
|
|
key: "unit",
|
|
|
align: "center",
|
|
|
- width: "100",
|
|
|
+ width: 100,
|
|
|
slot: "unitSet",
|
|
|
resizable: true,
|
|
|
},
|
|
@@ -459,7 +459,7 @@ export default {
|
|
|
title: "楼层",
|
|
|
key: "layer",
|
|
|
align: "center",
|
|
|
- width: "100",
|
|
|
+ width: 100,
|
|
|
slot: "layerSet",
|
|
|
resizable: true,
|
|
|
},
|
|
@@ -467,7 +467,7 @@ export default {
|
|
|
title: "房间号",
|
|
|
key: "number",
|
|
|
align: "center",
|
|
|
- width: "100",
|
|
|
+ width: 100,
|
|
|
slot: "numberSet",
|
|
|
resizable: true,
|
|
|
},
|
|
@@ -475,7 +475,7 @@ export default {
|
|
|
title: "产品分类",
|
|
|
key: "title",
|
|
|
align: "center",
|
|
|
- minWidth: 200,
|
|
|
+ width:80,
|
|
|
slot: "type_titleSet",
|
|
|
resizable: true,
|
|
|
},
|
|
@@ -483,7 +483,7 @@ export default {
|
|
|
title: "产品",
|
|
|
key: "title",
|
|
|
align: "center",
|
|
|
- minWidth: 100,
|
|
|
+ width: 100,
|
|
|
slot: "titleSet",
|
|
|
resizable: true,
|
|
|
},
|
|
@@ -498,7 +498,7 @@ export default {
|
|
|
title: "计量单位",
|
|
|
key: "product_unit",
|
|
|
align: "center",
|
|
|
- minWidth: 100,
|
|
|
+ width: 100,
|
|
|
slot: "product_unitSet",
|
|
|
resizable: true,
|
|
|
},
|
|
@@ -506,7 +506,7 @@ export default {
|
|
|
title: "位置",
|
|
|
key: "position",
|
|
|
align: "center",
|
|
|
- minWidth: 100,
|
|
|
+ width: 100,
|
|
|
slot: "positionSet",
|
|
|
resizable: true,
|
|
|
},
|
|
@@ -514,7 +514,7 @@ export default {
|
|
|
title: "图纸",
|
|
|
key: "url",
|
|
|
align: "center",
|
|
|
- minWidth: 100,
|
|
|
+ width: 100,
|
|
|
slot: "urlSet",
|
|
|
resizable: true,
|
|
|
},
|
|
@@ -522,7 +522,7 @@ export default {
|
|
|
title: "图号",
|
|
|
key: "url_number",
|
|
|
align: "center",
|
|
|
- minWidth: 120,
|
|
|
+ width: 120,
|
|
|
slot: "url_numberSet",
|
|
|
resizable: true,
|
|
|
},
|
|
@@ -530,7 +530,7 @@ export default {
|
|
|
title: "型号",
|
|
|
key: "model",
|
|
|
align: "center",
|
|
|
- minWidth: 120,
|
|
|
+ width: 120,
|
|
|
slot: "modelSet",
|
|
|
resizable: true,
|
|
|
},
|
|
@@ -539,7 +539,7 @@ export default {
|
|
|
title: "操作",
|
|
|
key: "set",
|
|
|
align: "center",
|
|
|
- minWidth: 120,
|
|
|
+ minWidth: 60,
|
|
|
fixed: "right",
|
|
|
slot: "set",
|
|
|
resizable: true,
|