This commit is contained in:
仲么了
2024-03-06 16:14:51 +08:00
27 changed files with 243557 additions and 259 deletions

View File

@@ -127,7 +127,7 @@
:key="item.text"
:command="item"
:style="{
color: item.type === 'primary' ? 'var(--el-color-primary)' : 'var(--el-color-danger'
color: item.type === 'primary' ? 'var(--el-color-primary)' : 'var(--el-color-danger)'
}"
>
{{ item.text }}

View File

@@ -158,10 +158,13 @@ const onResetForm = () => {
const setDatePicker = (list: any) => {
datePickerRef.value.setTimeOptions(list)
}
const setInterval = (val: any) => {
datePickerRef.value.setInterval(val)
}
defineExpose({ onComSearch, areaRef, setDatePicker ,datePickerRef})
defineExpose({ onComSearch, areaRef, setDatePicker ,setInterval,datePickerRef})
</script>
<style scoped lang="scss">
.table-header {
position: relative;