|
@@ -140,7 +140,7 @@
|
|
|
</template>
|
|
|
<HcTable
|
|
|
ref="tableRef" :column="tableColumn" :datas="tableData" :loading="tableLoading" is-check
|
|
|
- @selection-change="tableSelection"
|
|
|
+ border @selection-change="tableSelection"
|
|
|
>
|
|
|
<template #recordNo="{ row }">
|
|
|
<span class="text-link" @click="tableRowEdit(row, '1')">{{ row?.recordNo }}</span>
|
|
@@ -239,7 +239,7 @@
|
|
|
</HcDialog>
|
|
|
<!-- 批量上报审批 -->
|
|
|
<HcReportModal
|
|
|
-
|
|
|
+
|
|
|
:classify-type="authBtnTabKey"
|
|
|
:addition="reportAddition" :contract-id="contractId" :ids="reportIds"
|
|
|
:project-id="projectId" :show="showReportModal" :task-name="reportTaskName"
|