更新班组
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
<!--
|
||||
* @Author: zwq
|
||||
* @Date: 2025-10-13 16:18:41
|
||||
* @LastEditors: zwq
|
||||
* @LastEditTime: 2025-10-20 10:13:26
|
||||
* @Description:
|
||||
-->
|
||||
<template>
|
||||
<span>
|
||||
{{
|
||||
injectData.shiftSustainedNum +
|
||||
(injectDatashiftSustainedType
|
||||
? ['', '日', '周', '月', '季'][injectDatashiftSustainedType]
|
||||
(injectData.shiftSustainedType
|
||||
? ['', '日', '周', '月', '季'][injectData.shiftSustainedType]
|
||||
: '')
|
||||
}}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user