|
@@ -261,7 +261,7 @@ const handleCreateOrder = async () => {
|
|
}
|
|
}
|
|
checkGroup.forEach(key => params[key] = true);
|
|
checkGroup.forEach(key => params[key] = true);
|
|
|
|
|
|
- question = `${startDateTime.format("MM月DD日")}-${endDateTime.format("MM月DD日")}的在线仪表的日报工单`
|
|
|
|
|
|
+ question = `${startDateTime.format("MM月DD日")}-${endDateTime.format("MM月DD日")}的在线仪表的运行诊断`
|
|
|
|
|
|
} else {
|
|
} else {
|
|
|
|
|
|
@@ -388,7 +388,7 @@ onUnmounted(() => {
|
|
<TheSubMenu title="生产运行综合诊断" @scrollToLower="onScrolltolower" :loading="isFetching">
|
|
<TheSubMenu title="生产运行综合诊断" @scrollToLower="onScrolltolower" :loading="isFetching">
|
|
<template #top>
|
|
<template #top>
|
|
<div class="create-btn px-[11px] pb-[22px]">
|
|
<div class="create-btn px-[11px] pb-[22px]">
|
|
- <BaseButton @click="handleCreateDialog" icon-name="tool-add-circle">新建工单</BaseButton>
|
|
|
|
|
|
+ <BaseButton @click="handleCreateDialog" icon-name="tool-add-circle">新建诊断</BaseButton>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -461,11 +461,11 @@ onUnmounted(() => {
|
|
<div
|
|
<div
|
|
class="flex items-center justify-start space-x-[24px] pb-[20px] border-b-[1px] border-solid border-[#F1F1F1]">
|
|
class="flex items-center justify-start space-x-[24px] pb-[20px] border-b-[1px] border-solid border-[#F1F1F1]">
|
|
<n-tabs type="segment" animated style="width: 188px;" size="large" :on-update:value="handleTabChange">
|
|
<n-tabs type="segment" animated style="width: 188px;" size="large" :on-update:value="handleTabChange">
|
|
- <n-tab name="daily">日报工单</n-tab>
|
|
|
|
|
|
+ <n-tab name="daily">运行诊断</n-tab>
|
|
<n-tab name="customDaily">自定义工单</n-tab>
|
|
<n-tab name="customDaily">自定义工单</n-tab>
|
|
</n-tabs>
|
|
</n-tabs>
|
|
<span class="text-[12px] text-[#8F959C]">
|
|
<span class="text-[12px] text-[#8F959C]">
|
|
- {{ tabActive === 'daily' ? '选择日期后为您生成日报工单' : '选择内容后为您生成工单' }}
|
|
|
|
|
|
+ {{ tabActive === 'daily' ? '选择日期后为您生成运行诊断' : '选择内容后为您生成工单' }}
|
|
</span>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
|
|
|