ylong 7 ماه پیش
والد
کامیت
f272db61c7

+ 2 - 1
src/views/marketing/ipMrakup/rules/index.vue

@@ -81,7 +81,7 @@
             style="width: 100px;margin-top: 100px;margin-left: 50px;"
             plain
             @click="onSubmit"
-            v-permission="'marketing:ipMarkup:rules:update'"
+            v-permission="'ipMarkup:rules:update'"
             >保存</el-button
           >
         </el-form-item>
@@ -95,6 +95,7 @@
   import EleInput from '@/components/CommonPage/EleInput.vue';
   import { ElMessage } from 'element-plus';
   import request from '@/utils/request';
+import func from 'vue-temp/vue-editor-bridge';
 
   const form = reactive({
     upsellRate: '',

+ 2 - 1
src/views/marketing/material/index.vue

@@ -72,7 +72,8 @@
             </el-upload>
             <div
               class="pos-relative default-image-item"
-              v-for="item in imageList"
+              v-for="(item,index) in imageList"
+              :key="index"
             >
               <el-checkbox :value="item.id" class="checkbox-item"></el-checkbox>
               <el-image

+ 1 - 1
src/views/recycle/bookStat/index.vue

@@ -294,7 +294,7 @@
       width: 200,
       slot: 'action',
       fixed: 'right'
-    }
+    },
   ]);
 
   /** 页面组件实例 */