项目部授权

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