浏览代码

在线文档-OA逻辑修改

fan 2 年之前
父节点
当前提交
af35477fd7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/main/onlineExcel/index.vue

+ 1 - 1
src/pages/main/onlineExcel/index.vue

@@ -133,7 +133,7 @@
                    :modal-append-to-body="false" :close-on-click-modal="false">
             <div style="margin-left: 30px;padding-bottom: 20px" v-loading = 'shareLoading'>
                 <el-button type="primary" @click="processExcelShare(1)" plain>仅我可编辑</el-button>
-                <el-button type="primary" @click="openOADialog(2)" plain>所有人可编辑</el-button>
+                <el-button type="primary" @click="openOADialog(2)" plain>部门内所有人可编辑</el-button>
                 <el-button type="primary" @click="checkexa = true" plain>指定人可编辑</el-button>
             </div>
         </el-dialog>