From 5c6f0022bd4227d64f846ea16741f8463b5e4286 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期五, 27 二月 2026 18:31:47 +0800
Subject: [PATCH] 小程序   接口开发

---
 admin/src/components/business/OperaShopGoodsWindow.vue |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/admin/src/components/business/OperaShopGoodsWindow.vue b/admin/src/components/business/OperaShopGoodsWindow.vue
index 736be16..c62ae07 100644
--- a/admin/src/components/business/OperaShopGoodsWindow.vue
+++ b/admin/src/components/business/OperaShopGoodsWindow.vue
@@ -2,6 +2,7 @@
   <GlobalWindow
     :title="title"
     width="80%"
+    :with-footer="false"
     :visible.sync="visible"
   >
     <TableLayout >
@@ -34,7 +35,7 @@
       </el-form>
       <!-- 琛ㄦ牸鍜屽垎椤� -->
       <template v-slot:table-wrap>
-        <div :style="'display: flex;height:'+tabelHeight+'px;'">
+<!--        <div :style="'display: flex;height:'+tabelHeight+'px;'">-->
           <el-table
               v-loading="isWorking.search"
               :data="tableData.list"
@@ -79,7 +80,7 @@
               :pagination="tableData.pagination"
           >
           </pagination>
-          </div>
+<!--          </div>-->
       </template>
     </TableLayout>
     <template  v-slot:footer>
@@ -180,8 +181,8 @@
       row.oldGoodsPrice = row.goodsPrice
     },
     blurEvent (row, curIndex, column) {
-      if(this.price >= row.goodsPrice) {
-        this.$tip.error('渚涜揣浠蜂笉鑳戒綆浜庨攢鍞环')
+      if(this.price <= row.goodsPrice) {
+        this.$tip.error('渚涜揣浠蜂笉鑳藉ぇ浜庨攢鍞环')
         row.isPriceSelected = !row.isPriceSelected
         row.goodsPrice = row.oldGoodsPrice// 浠锋牸杩樺師
         return
@@ -210,8 +211,8 @@
 }
 </script>
 <style scoped>
-.table-pagination{
+/*.table-pagination{
   position: fixed !important;
   bottom: 50px;
-}
+}*/
 </style>

--
Gitblit v1.9.3