|
@@ -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>
|