Browse Source

修改jyj

jyj_dev
zhouhaibin 4 weeks ago
parent
commit
9a062fb514
  1. 2
      src/views/contractReview/ContractualAuditConfig/components/contractualNormalComponent.vue
  2. 57
      src/views/contractReview/ContractualTasks/ContractualTasksTable.vue

2
src/views/contractReview/ContractualAuditConfig/components/contractualNormalComponent.vue

@ -32,7 +32,7 @@
</Form.Item>
</template>
<template v-if="column.key === 'operation'">
<a-button type="link" @click="handleDelete(index)">删除</a-button>
<Button type="link" @click="handleDelete(index)">删除</Button>
</template>
</template>
</Table>

57
src/views/contractReview/ContractualTasks/ContractualTasksTable.vue

@ -32,63 +32,6 @@
},
onClick: handleDetail.bind(null, record),
},
// {
// label: '',
// icon: IconEnum.DOWNLOAD,
// type: 'primary',
// color: 'success',
// ghost: true,
// ifShow: () => {
// if (
// record.progressStatus != 'PENDING' &&
// record.progressStatus != 'STARTED' &&
// record.progressStatus != 'REVOKED'
// ) {
// return true;
// } else {
// return false;
// }
// },
// onClick: handleDownload.bind(null, record),
// },
// {
// label: '',
// icon: IconEnum.DOWNLOAD,
// type: 'primary',
// color: 'success',
// ghost: true,
// ifShow: () => {
// if (
// record.progressStatus != 'PENDING' &&
// record.progressStatus != 'STARTED' &&
// record.progressStatus != 'REVOKED'
// ) {
// return true;
// } else {
// return false;
// }
// },
// onClick: handleDownload.bind(null, record),
// },
// {
// label: '',
// icon: IconEnum.DELETE,
// type: 'primary',
// danger: true,
// ghost: true,
// ifShow: () => {
// if (record.progressStatus == 'PENDING') {
// return true;
// } else {
// return false;
// }
// },
// popConfirm: {
// placement: 'left',
// title: '?',
// confirm: handleStop.bind(null, record),
// },
// },
]"
/>
</template>

Loading…
Cancel
Save