【update】-工作组列表增加排序列,打包项目列表页增加工作组的排序字段

This commit is contained in:
fengchenchen
2024-08-07 15:09:24 +08:00
parent bebebdffdf
commit 8e2b42f82b
2 changed files with 16 additions and 1 deletions
@@ -279,6 +279,12 @@ const defaultTableColumns = [
width: 140,
dataIndex: 'principalName',
scopedSlots: { customRender: 'text' }
}, {
title: '排序',
align: 'center',
width: 100,
dataIndex: 'sortNo',
scopedSlots: { customRender: 'text' }
}, {
title: '待确收金额',
align: 'center',
@@ -104,7 +104,10 @@
</template>
<template slot="text" slot-scope="text">
<j-ellipsis :value="text" :length="20"></j-ellipsis>
<a-tooltip>
<template slot="title">{{ text }}</template>
<div class="table-text">{{ text }}</div>
</a-tooltip>
</template>
<span slot="action" class="action-span-cell" slot-scope="text, record">
@@ -178,6 +181,12 @@ export default {
align: 'center',
width: 130,
dataIndex: 'principalNameA'
}, {
title: '排序',
align: 'center',
width: 100,
dataIndex: 'sortNo',
scopedSlots: { customRender: 'text' }
}, {
title: '收款进度',
align: 'center',