更新班组
This commit is contained in:
26
src/views/group/Schedule/subSpan.vue
Normal file
26
src/views/group/Schedule/subSpan.vue
Normal file
@@ -0,0 +1,26 @@
|
||||
<template>
|
||||
<span>
|
||||
{{
|
||||
injectData.shiftSustainedNum +
|
||||
(injectDatashiftSustainedType
|
||||
? ['', '日', '周', '月', '季'][injectDatashiftSustainedType]
|
||||
: '')
|
||||
}}
|
||||
</span>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
props: {
|
||||
injectData: {
|
||||
type: Object,
|
||||
default: () => ({}),
|
||||
},
|
||||
},
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
created() {},
|
||||
methods: {},
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user