From 63fce2b793451ee340b7a0f6e0d6ce6c2d470dd0 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 21 七月 2022 17:10:22 +0800
Subject: [PATCH] 1.优化代码,2.完成工序缺陷页面3.模板下载功能

---
 src/views/scgl/gd.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/views/scgl/gd.vue b/src/views/scgl/gd.vue
index fcb9cb6..261f83d 100644
--- a/src/views/scgl/gd.vue
+++ b/src/views/scgl/gd.vue
@@ -132,6 +132,7 @@
             prop="RowNum"
             width="50"
             label="搴忓彿"
+            fixed
           />
           <el-table-column
             prop="status"
@@ -152,14 +153,13 @@
             prop="wo_code"
             label="宸ュ崟缂栧彿"
             sortable="custom"
-
-            width="160"
+            min-width="160"
           />
           <el-table-column
             prop="partcode"
             label="浜у搧缂栫爜"
             sortable="custom"
-            width="120"
+            min-width="120"
           />
           <el-table-column
             prop="partname"
@@ -189,7 +189,7 @@
             prop="route_name"
             label="宸ヨ壓璺嚎"
             sortable="custom"
-            width="130"
+            min-width="130"
           />
 
           <el-table-column
@@ -564,7 +564,7 @@
 import { handleDatetime } from '@/utils/global'
 import { getCookie } from '@/utils/auth'
 import { MesOrderPrintSearch1 } from '@/api/utils'
-import { urlAddRandomNo, webapp_urlprotocol_startup, webapp_ws_ajax_run, webapp_ws_autoupdate } from '@/utils/grwebapp'
+import { urlAddRandomNo, webapp_ws_ajax_run, webapp_ws_autoupdate } from '@/utils/grwebapp'
 
 const SER_HZ = /^[\u4e00-\u9fa5]+$/
 export default {

--
Gitblit v1.9.3