fix 流程详情去掉流程图按钮
This commit is contained in:
@@ -5,33 +5,13 @@
|
||||
</div>
|
||||
<div class="approval-list">
|
||||
<!--查询区域-->
|
||||
<div class="table-page-search-wrapper">
|
||||
<a-form layout="inline" @keyup.enter.native="searchQuery">
|
||||
<a-row :gutter="24">
|
||||
<!--项目名称-->
|
||||
<!--<a-col :md="8" :sm="12">-->
|
||||
<!-- <a-form-item :label="$t('expirationDate')">-->
|
||||
<!-- <a-range-picker-->
|
||||
<!-- value-format="YYYY-MM-DD"-->
|
||||
<!-- format="YYYY-MM-DD"-->
|
||||
<!-- v-model="queryParam.publicizeData"-->
|
||||
<!-- @change="searchQuery">-->
|
||||
<!-- </a-range-picker>-->
|
||||
<!-- </a-form-item>-->
|
||||
<!--</a-col>-->
|
||||
|
||||
<a-col :md="6" :sm="8">
|
||||
<div style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
|
||||
<!--催办-->
|
||||
<a-button type="primary" @click="handleUrge" icon="bell" v-if="showUrgeButton">
|
||||
{{ $t('workCenter.processDetail.urgeHandle') }}
|
||||
</a-button>
|
||||
<!--流程图-->
|
||||
<a-button type="primary" @click="viewFlowChart" icon="apartment" ghost>{{ $t('workCenter.processDetail.flowChart') }}</a-button>
|
||||
</div>
|
||||
</a-col>
|
||||
</a-row>
|
||||
</a-form>
|
||||
<div style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
|
||||
<!--催办-->
|
||||
<a-button type="primary" @click="handleUrge" icon="bell" v-if="showUrgeButton">
|
||||
{{ $t('workCenter.processDetail.urgeHandle') }}
|
||||
</a-button>
|
||||
<!--流程图-->
|
||||
<!--<a-button type="primary" @click="viewFlowChart" icon="apartment" ghost>{{ $t('workCenter.processDetail.flowChart') }}</a-button>-->
|
||||
</div>
|
||||
<div>
|
||||
<!-- rowKey加了id是因为强制撤回的记录没有taskId -->
|
||||
@@ -401,4 +381,10 @@ export default {
|
||||
.reject-color {
|
||||
color: #D52C26;
|
||||
}
|
||||
|
||||
.table-page-search-submitButtons {
|
||||
.ant-btn {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user