待办中心增加截止时间,任务列表,任务节点的排序

This commit is contained in:
范强强
2023-04-13 11:50:35 +08:00
parent 4c1a3dc66a
commit e4e133e5c3
@@ -11,7 +11,7 @@
style="height: 100%;overflow: auto;margin-bottom: 436px;">
<JLoading :loading="loading">{{textLoading}}</JLoading>
<a-button style="float: right;z-index: -1" @click="referenceDeliverablesClick"
<a-button style="float: right;" @click="referenceDeliverablesClick"
v-if="this.queryData.isDisplay && (queryData.TaskKey == 'zrrtjjfw' || queryData.TaskKey == 'dezrrtjjfw')"
type="primary">{{$t('referenceDeliverables')}}
</a-button>
@@ -347,5 +347,6 @@
::v-deep .ant-drawer-header {
top: 0;
position: sticky;
z-index: 20;
}
</style>