fix : 优化审批记录、用户账号切换点击位置、所属公司选择框

This commit is contained in:
2024-06-28 16:25:21 +08:00
parent 114c9116b1
commit daac1812bf
7 changed files with 58 additions and 41 deletions

View File

@@ -209,7 +209,7 @@ const tableConfig = reactive({
showOverflowTooltip: false,
currentRender: ({row, index}) => {
if (row.researchStage && row.researchStage !== null && row.researchStage !== undefined) {
return (<Tag dictType={'research_stage'} value={row.researchStage}/>)
return (<Tag dictType={'fee_stage'} value={row.researchStage}/>)
} else {
return '--'
}
@@ -285,7 +285,7 @@ const handleUploadFee = () => {
const exportExcelHandler = () => {
console.log('exportIds.value',exportIds.value)
let data = {
projectId: 113
projectId: route.query.id
}
exportExcel(data).then(res => {
console.log(res)