From a8230f1ab02069431738bd72f36ab95a0ace01ae Mon Sep 17 00:00:00 2001
From: xyc <jc_xiong@hotmail.com>
Date: 星期二, 06 八月 2024 15:22:22 +0800
Subject: [PATCH] 修改仿真后台
---
web/src/views/modules/basicInfo/TyProductModel.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/src/views/modules/basicInfo/TyProductModel.vue b/web/src/views/modules/basicInfo/TyProductModel.vue
index bfb3068..7c0fc07 100644
--- a/web/src/views/modules/basicInfo/TyProductModel.vue
+++ b/web/src/views/modules/basicInfo/TyProductModel.vue
@@ -34,7 +34,7 @@
<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="鎺掑簭"/>
+ <el-table-column prop="sort" label="鎺掑簭" align="center"/>
<zt-table-column-handle :table="table" width="150" />
</el-table>
<!-- 寮圭獥, 鏂板 / 淇敼 -->
@@ -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