zhuliu 1 năm trước cách đây
mục cha
commit
34ffc0c0a1

+ 2 - 5
src/views/product/components/details/components/basicMessage.vue

@@ -20,7 +20,7 @@
           <div v-if="row.showType == 0">
               公开
             </div>
-            <div v-if="row.showType == 1">
+            <div v-else-if="row.showType == 1">
               仅本人可见
             </div>
             <div v-else>
@@ -86,13 +86,10 @@
             <div v-if="row.showType == 0">
               公开
             </div>
-            <div v-if="row.showType == 1">
+            <div v-else-if="row.showType == 1">
               仅本人可见
             </div>
             <div v-else>
-              <div>
-                {{ row.showType==2?'部分人可见':'不给谁看' }}
-              </div>
               <myTooltip :content="$commonJS.getColumnData(row, {type:'Array',value:'persons'},'name')">
                 <div class="noWrap" v-html="$commonJS.getColumnData(row, {type:'Array',value:'persons'},'name')"></div>
               </myTooltip>

+ 1 - 1
src/views/report/InvalidResponse/components/reasonsAndEvidence/reasonsAndEvidence.vue

@@ -764,7 +764,7 @@ export default {
             var index = this.tableData.findIndex(item=>{
                 return item.featureGroupId == featureGroupId
             })
-            console.log(index,this.tableData,row)
+            // console.log(index,this.tableData,row)
             if(index == -1){
                 return false
             }