From 090f7a6976398b5d82a2133f32ad9c9b502a26df Mon Sep 17 00:00:00 2001
From: xyc <jc_xiong@hotmail.com>
Date: 星期三, 04 十二月 2024 17:09:43 +0800
Subject: [PATCH] 修改:运行比不为1时,才给算法包传递cycon/cycdown参数。

---
 web/src/views/modules/basicInfo/TyProductModel.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/web/src/views/modules/basicInfo/TyProductModel.vue b/web/src/views/modules/basicInfo/TyProductModel.vue
index bfb3068..0023a00 100644
--- a/web/src/views/modules/basicInfo/TyProductModel.vue
+++ b/web/src/views/modules/basicInfo/TyProductModel.vue
@@ -34,8 +34,8 @@
               <el-image v-if="row.operatImg" :src="url+row.operatImg" style="height: 50px;width: 50px"></el-image>
             </template>
           </el-table-column>
-          <el-table-column prop="sort" label="鎺掑簭"/>
-          <zt-table-column-handle :table="table" width="150" />
+          <el-table-column prop="sort" label="鎺掑簭" align="center"/>
+          <zt-table-column-handle :table="table" width="150"/>
         </el-table>
         <!-- 寮圭獥, 鏂板 / 淇敼 -->
         <add-or-update @refreshDataList="table.query"/>
@@ -50,7 +50,7 @@
   export default {
     data() {
       return {
-        url: `${window.SITE_CONFIG['apiURL']}/sysPictureBase/getProductImg?token=${Cookies.get('token')}&id=`,
+        url: `${window.SITE_CONFIG['apiURL']}/sysPictureBase/getSvgImage?token=${Cookies.get('token')}&id=`,
         dataForm: {
           operationalStatus:'',
           standbyState:'',

--
Gitblit v1.9.1