refactor(project-management): 注释掉打印按钮
在 StepsMoblie.vue 文件中,添加了对打印按钮的注释。使用 <!-- --> 注释掉该按钮,以便在需要时可以轻松恢复功能。
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div id="printBox">
|
||||
<div style="display: flex;justify-content: space-between">
|
||||
<baseTitle title="项目基本信息"></baseTitle>
|
||||
<el-button v-print="print" color="#ded0b2" icon="Printer" style="margin-top: 15px" @click="handlePrint(print)"> 打印</el-button>
|
||||
<!-- <el-button v-print="print" color="#ded0b2" icon="Printer" style="margin-top: 15px" @click="handlePrint(print)"> 打印</el-button>-->
|
||||
</div>
|
||||
<fvForm :schema="schema" @getInstance="(e)=>baseForm = e" label-position="left" label-width="left" style="margin-left: 15px"></fvForm>
|
||||
<div class="steps-box">
|
||||
|
||||
Reference in New Issue
Block a user