From d0bff7a4d7e0bd53f11ea629df20e48c3f72a0e6 Mon Sep 17 00:00:00 2001 From: xyc <jc_xiong@hotmail.com> Date: 星期一, 14 十月 2024 10:09:00 +0800 Subject: [PATCH] 修改RBD识别算法 --- 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