瀏覽代碼

3-15fix bug

Alex 9 月之前
父節點
當前提交
3d053c3049

+ 1 - 4
src/views/customer/blacklist/components/page-search.vue

@@ -24,11 +24,8 @@
   });
 
   const initKeys = reactive({
-    name: '',
     nickName: '',
-    openid: '',
-    phone: '',
-    status: ''
+    mobile: '',
   });
 
   const searchRef = ref(null);

+ 2 - 2
src/views/customer/list/components/page-search.vue

@@ -19,7 +19,7 @@
   const formItems = computed(() => {
     return [
       { type: 'input', label: '用户名', prop: 'id' },
-      { type: 'input', label: '用户OpenId', prop: 'openid' },
+      { type: 'input', label: '用户OpenId', prop: 'openId' },
       { type: 'input', label: '用户昵称', prop: 'nickName' },
       { type: 'input', label: '手机号', prop: 'mobile' },
       {
@@ -36,7 +36,7 @@
   const initKeys = reactive({
     name: '',
     nickName: '',
-    openid: '',
+    openId: '',
     phone: '',
     status: ''
   });

+ 1 - 1
src/views/optimization/fallback/components/deal-fallback.vue

@@ -34,7 +34,7 @@
     <template #footer>
       <span class="dialog-footer">
         <el-button @click="visible = false">取 消</el-button>
-        <template v-if="type === 'deal' && form.status == 1">
+        <template v-if="type === 'deal' && form.status != 3">
           <el-button type="primary" @click="handleProcessing">已反馈</el-button>
           <el-button type="success" @click="handleFinish">已处理</el-button>
         </template>

+ 1 - 1
src/views/optimization/fallback/index.vue

@@ -39,7 +39,7 @@
           <el-button
             type="primary"
             link
-            v-if="row.status == 1"
+            v-if="row.status != 3"
             v-permission="'optimization:fallback:deal'"
             @click="handleUpdate(row, 'deal')"
           >