|
@@ -33,6 +33,15 @@
|
|
|
@sign-rules="setSignRulesClick"
|
|
|
@changeselect-contrac-id="changeselectContracId"
|
|
|
/>
|
|
|
+ <TableCard
|
|
|
+ v-if="sbTableKey === 'key4'" :contract-id="contractId"
|
|
|
+ :contract-list="contractList"
|
|
|
+ :project-id="projectId" :table-key="sbTableKey"
|
|
|
+ :select-contrac-id="selectContracId" @batch-approval="batchApprovalTaskClick"
|
|
|
+ @row-task-name="rowTaskName"
|
|
|
+ @sign-rules="setSignRulesClick"
|
|
|
+ @changeselect-contrac-id="changeselectContracId"
|
|
|
+ />
|
|
|
</template>
|
|
|
</HcTabsSimple>
|
|
|
|
|
@@ -192,6 +201,7 @@ const getContractInfoList = async ()=>{
|
|
|
const sbTableKey = ref(activeName)
|
|
|
const sbTableData = ref([
|
|
|
{ icon: 'time', label: '待办任务', key: 'key1' },
|
|
|
+ { icon: 'file-edit', label: '电签中', key: 'key4' },
|
|
|
{ icon: 'calendar-check', label: '已办任务', key: 'key2' },
|
|
|
{ icon: 'user-shared', label: '我发起的', key: 'key3' },
|
|
|
])
|