This commit is contained in:
2025-06-26 13:55:28 +08:00
parent 8e6df5b498
commit 168eb9e94b
3 changed files with 8 additions and 2 deletions

View File

@@ -232,7 +232,12 @@ const passTask = async (id, task_backfill_id) => {
</template>
<template v-slot:payStatus="{record}">
<settlement :task="record" :disabled="record.is_settlement > 0" @success="fetchData"></settlement>
<settlement :task="record" :disabled="record.is_settlement > 0" @success="fetchData">
<a-link :hoverable="false" :disabled="record.is_settlement > 0"
status="success">
{{ record.settlement_text }}
</a-link>
</settlement>
</template>
<template v-slot:action2="{record}">

View File

@@ -14,7 +14,7 @@ export const toPath = (path, query = {}, flag = false) => {
}
export const openPage = (path, query = {}) => {
window.open('http://localhost:9050/#/manage-materials', '_blank');
window.open(`${import.meta.env.VITE_WEB_HOST}/#/manage-materials`, '_blank');
}
export const VITE_TINYMCE_KEY = () => {