From 6b164baf77aceb3e4c79fbd67f89c2a670fc5141 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期一, 09 十二月 2024 10:20:33 +0800
Subject: [PATCH] 开机时间 错误文字修改

---
 src/views/mdc/first-workpiece-detail.vue     |    2 +-
 src/views/console/workstation/CollDialog.vue |    2 +-
 src/views/console/system/collection.vue      |    2 +-
 src/views/mdc/first-workpiece.vue            |    2 +-
 src/views/mdc/first-workpiece-process.vue    |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/views/console/system/collection.vue b/src/views/console/system/collection.vue
index ccdfa90..c0fc588 100644
--- a/src/views/console/system/collection.vue
+++ b/src/views/console/system/collection.vue
@@ -53,7 +53,7 @@
                     let params = {
 
                     }
-                    return await this.$HTTP.get(`/api/smart-collect/tpl/page`, {}, { params }).then(res => {
+                    return await this.$HTTP.get(`/api/smis/collecttpl/page`, {}, { params }).then(res => {
                         res.data.records = res?.data?.records.map(v => {
                             return {
                                 ...v,
diff --git a/src/views/console/workstation/CollDialog.vue b/src/views/console/workstation/CollDialog.vue
index e7e979d..f4987ea 100644
--- a/src/views/console/workstation/CollDialog.vue
+++ b/src/views/console/workstation/CollDialog.vue
@@ -157,7 +157,7 @@
             return this
         },
         getDetailList(params) {
-            this.$HTTP.get(`/api/smart-collect/tpl/typelist`, {}, { params }).then(res => {
+            this.$HTTP.get(`/api/smis/collecttpl/typelist`, {}, { params }).then(res => {
 
                 this.typeList = res.data || [];
                 // return res
diff --git a/src/views/mdc/first-workpiece-detail.vue b/src/views/mdc/first-workpiece-detail.vue
index 3cbcb08..c58099c 100644
--- a/src/views/mdc/first-workpiece-detail.vue
+++ b/src/views/mdc/first-workpiece-detail.vue
@@ -70,7 +70,7 @@
                 {title:'宸ュ簭鍙�',width: '80px'},
                 {title:'鐗堟',width: '60px'},
                 {title:'鏈哄簥',width: '100px'},
-                {title:'寮�鏈烘椂闂�',width: '145px'},
+                {title:'寮�濮嬫椂闂�',width: '145px'},
                 {title:'缁撴潫鏃堕棿',width: '145px'},
                 {title:'鍗犳満鏃堕棿',width: '100px'},
                 {title:'瑁呭す璋冭瘯鏃堕棿',width: '100px'},
diff --git a/src/views/mdc/first-workpiece-process.vue b/src/views/mdc/first-workpiece-process.vue
index 8741dfe..e53b2a2 100644
--- a/src/views/mdc/first-workpiece-process.vue
+++ b/src/views/mdc/first-workpiece-process.vue
@@ -11,7 +11,7 @@
         <el-card body-style="height: 100%;padding: 0;" style="margin-bottom: 12px;">
             <el-table :data="tableData" border>
                 <el-table-column prop="progName" label="绋嬪簭鍚嶇О"></el-table-column>
-                <el-table-column prop="startTime" label="寮�鏈烘椂闂�"></el-table-column>
+                <el-table-column prop="startTime" label="寮�濮嬫椂闂�"></el-table-column>
                 <el-table-column prop="endTime" label="缁撴潫鏃堕棿"></el-table-column>
                 <el-table-column prop="duration" label="鎸佺画鏃堕暱"></el-table-column>
                 <el-table-column prop="deviceStatus" label="鐘舵��"></el-table-column>
diff --git a/src/views/mdc/first-workpiece.vue b/src/views/mdc/first-workpiece.vue
index a732dfa..e62a563 100644
--- a/src/views/mdc/first-workpiece.vue
+++ b/src/views/mdc/first-workpiece.vue
@@ -45,7 +45,7 @@
                             <el-table-column prop="processNo" label="宸ュ簭鍙�" width="80"></el-table-column>
                             <el-table-column prop="version" label="鐗堟" width="60"></el-table-column>
                             <el-table-column prop="workstationName" label="鏈哄簥" width="100"></el-table-column>
-                            <el-table-column prop="startTime" label="寮�鏈烘椂闂�" width="145"></el-table-column>
+                            <el-table-column prop="startTime" label="寮�濮嬫椂闂�" width="145"></el-table-column>
                             <el-table-column prop="endTime" label="缁撴潫鏃堕棿" width="145"></el-table-column>
                             <el-table-column prop="occupancySecs" label="鍗犳満鏃堕棿" width="100">
                                 <template #default="scope">

--
Gitblit v1.9.3