From 9b1237538ff8972febd1be94d94533f9568bb991 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 26 三月 2025 09:17:11 +0800
Subject: [PATCH] Merge branch '1.0.1' of http://139.186.142.91:10010/r/productDev/yunyibao into 1.0.1
---
company/src/views/business/applyChangeShop.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/company/src/views/business/applyChangeShop.vue b/company/src/views/business/applyChangeShop.vue
index 516e5f1..6a5fc12 100644
--- a/company/src/views/business/applyChangeShop.vue
+++ b/company/src/views/business/applyChangeShop.vue
@@ -80,12 +80,12 @@
<el-table-column prop="solutionsName" label="淇濋櫓鏂规" min-width="150px" align="center"></el-table-column>
<el-table-column prop="addNum" label="鍔犱繚浜烘暟" min-width="80px" align="center">
<template slot-scope="{row}">
- {{row.addNum||0}}浜�
+ {{row.addNum||0}} 浜�
</template>
</el-table-column>
<el-table-column prop="delNum" label="鍑忎繚浜烘暟" min-width="80px" align="center">
<template slot-scope="{row}">
- {{row.delNum||0}}浜�
+ {{row.delNum||0}} 浜�
</template>
</el-table-column>
<el-table-column prop="fee" label="璐圭敤鍙樻洿" min-width="80px" align="center">
--
Gitblit v1.9.3