fix : 优化审批记录、用户账号切换点击位置、所属公司选择框
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user