fix : 修复详情页切换流程图渲染bug
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
<project-apply :title="applyTitle"
|
||||
v-if="editShow"
|
||||
:mode="mode"
|
||||
:step="showActive"
|
||||
:data="detailData"
|
||||
:formData="detailData.formData"/>
|
||||
</template>
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
<el-button type="primary" @click="getList" :icon="Search">搜索</el-button>
|
||||
<el-button type="primary" @click="handleAdd" :icon="Plus">新增</el-button>
|
||||
<el-button type="primary" @click="handleReset" :icon="Refresh" plain>重置</el-button>
|
||||
<el-button type="primary" @click="handleExport" :icon="Download" plain>导出
|
||||
</el-button>
|
||||
<!-- <el-button type="primary" @click="handleExport" :icon="Download" plain>导出-->
|
||||
<!-- </el-button>-->
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
<div class="table">
|
||||
|
||||
Reference in New Issue
Block a user