Browse Source

表格权限 暂存

cxmo 9 months ago
parent
commit
6b5546eb96
1 changed files with 7 additions and 0 deletions
  1. 7 0
      src/views/datasheet_manage/customAnalysis/list.vue

+ 7 - 0
src/views/datasheet_manage/customAnalysis/list.vue

@@ -268,6 +268,7 @@
                     <span>{{$t('ETable.Btn.delete_btn')}}</span>
                   </li>
                 </ul>
+                <!-- 有人编辑中 -->
               </div>
             </div>
 
@@ -277,6 +278,7 @@
                 ref="sheetRef"
                 v-if="sheetConfigOpt.data"
                 :option="sheetConfigOpt"
+                :limit="limit"
                 @updated="hasChange=true"
               />
             </div>
@@ -473,6 +475,9 @@ export default {
 
       classify_tab:0,//tab栏选中的项
       isShowShareDia:false,
+      limit:{
+        disabled:true
+      }
     };
   },
   watch: {
@@ -827,6 +832,8 @@ export default {
         this.sheetAllcellData = res.Data.SheetList.map(_ => _.Data ? JSON.parse(_.Data.Data) : []);
 
         this.getCellData(res.Data.SheetList)
+        //判断表格权限
+
       });
     },