mushencc 3 rokov pred
rodič
commit
f610746c4d

+ 5 - 5
src/views/ProcedureMannage/index.vue

@@ -121,11 +121,11 @@ export default {
           resizable:true,
           width: 150,
         },
-        { title: "工序类型", align: "center", key: "p_title",  resizable:true,width: 250 },
-        { title: "工序名称", align: "center", key: "title",  resizable:true,width: 250 },
-        { title: "工时", align: "center", key: "time",  resizable:true,width: 250 },
-        { title: "工价", align: "center", key: "wages",  resizable:true,width: 250 },
-        { title: "产能", align: "center", key: "capacity",  resizable:true,width: 250 },
+        { title: "工序类型", align: "center", key: "p_title",  resizable:true,width: 240 },
+        { title: "工序名称", align: "center", key: "title",  resizable:true,width: 240 },
+        { title: "工时", align: "center", key: "time",  resizable:true,width: 240 },
+        { title: "工价", align: "center", key: "wages",  resizable:true,width: 240 },
+        { title: "产能", align: "center", key: "capacity",  resizable:true,width: 240 },
         {
           title: "操作",
           align: "center",

+ 8 - 8
src/views/ProductMannage/index.vue

@@ -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", {