项目部授权

This commit is contained in:
hayu 2025-07-03 09:29:40 +08:00
parent a0c3a937f4
commit 56d62bdf32
1 changed files with 3 additions and 3 deletions

View File

@ -93,9 +93,9 @@
<el-button size="mini" v-if="row.authId !== null" type="warning" @click="handleEdit(row)">
编辑
</el-button>
<el-button size="mini" v-if="row.authId !== null" type="primary" @click="handleView(row)">
项目部委托书
</el-button>
<!-- <el-button size="mini" v-if="row.authId !== null" type="primary" @click="handleView(row)">-->
<!-- 项目部委托书-->
<!-- </el-button>-->
</template>
</el-table-column>
</el-table>