|
@@ -277,7 +277,7 @@
|
|
|
</hc-new-dialog>
|
|
|
|
|
|
<!-- 分解列表信息 -->
|
|
|
- <hc-new-dialog v-model="splitListModal" title="分解列表信息" widths="80vw" :footer="false" height="500px" @close="splitListModalClose">
|
|
|
+ <hc-new-dialog v-model="splitListModal" title="分解列表信息" widths="50vw" :footer="false" height="500px" @close="splitListModalClose">
|
|
|
<HcTable
|
|
|
heights="calc(100% - 50px)"
|
|
|
|
|
@@ -1488,7 +1488,7 @@ const splitListModal = ref(false)
|
|
|
const splitListLoading = ref(false)
|
|
|
const splitListColumn = ref([
|
|
|
{ key: 'taskName', name: '任务名称' },
|
|
|
- { key: 'finished', name: '完成数量' },
|
|
|
+ { key: 'finished', name: '完成数量', width: 100 },
|
|
|
{ key: 'toolCount', name: '总条数', width: 100 },
|
|
|
|
|
|
])
|