This commit is contained in:
陈裕财
2025-04-13 19:47:49 +08:00
parent 28d44a20b8
commit d79f5ff7d6

View File

@@ -132,7 +132,9 @@
</template>
</el-table-column>
</el-table>
<div class="footer padding-right"><el-button @click="sendToProcessApprova()" icon="finished" type="warning">变更提审</el-button></div>
<div class="footer padding-right">
<el-text type="danger">需要在项目视图->配置->设置中设置变更需要审核字段</el-text>
<el-button @click="sendToProcessApprova()" icon="finished" type="warning">变更提审</el-button></div>
</template>