服务标签中服务指令增加超时时长回显
This commit is contained in:
parent
1af964182b
commit
6aa2d097ec
|
|
@ -83,9 +83,6 @@ const props = defineProps({
|
|||
formBpm: { type: Boolean, default: true },
|
||||
seletedRecord: null,
|
||||
});
|
||||
setInterval(() => {
|
||||
console.log("🌊 ~ props:", props)
|
||||
}, 2000);
|
||||
|
||||
const formRef = ref();
|
||||
const useForm = Form.useForm;
|
||||
|
|
|
|||
|
|
@ -84,6 +84,7 @@
|
|||
<!-- <div class="directiveInfoClass">指令类型:{{ filterDictTextByCache('period_type', derectiveInfo.cycleType) }}
|
||||
</div> -->
|
||||
<div class="directiveInfoClass">服务时长(分钟):{{ derectiveInfo.serviceDuration }}</div>
|
||||
<div class="directiveInfoClass">超时时长(分钟):{{ derectiveInfo.timeoutDuration }}</div>
|
||||
<div class="directiveInfoClass">服务说明:{{ derectiveInfo.serviceContent }}</div>
|
||||
<!-- <div class="directiveInfoClass">体型标签:{{ handleBodyTags('', derectiveInfo, '') }}</div>
|
||||
<div class="directiveInfoClass">情绪标签:{{ handleEmotionTags('', derectiveInfo, '') }}</div> -->
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@
|
|||
<div class="directiveInfoClass">服务指令名称:{{ derectiveInfo.directiveName }}</div>
|
||||
<!-- <div class="directiveInfoClass">指令类型:{{ filterDictTextByCache('period_type', derectiveInfo.cycleType) }}</div> -->
|
||||
<div class="directiveInfoClass">服务时长(分钟):{{ derectiveInfo.serviceDuration }}</div>
|
||||
<div class="directiveInfoClass">超时时长(分钟):{{ derectiveInfo.timeoutDuration }}</div>
|
||||
<div class="directiveInfoClass">服务说明:{{ derectiveInfo.serviceContent }}</div>
|
||||
<!-- <div class="directiveInfoClass">体型标签:{{ handleBodyTags('', derectiveInfo, '') }}</div>
|
||||
<div class="directiveInfoClass">情绪标签:{{ handleEmotionTags('', derectiveInfo, '') }}</div> -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue