perf: 统一status-box组件

This commit is contained in:
rd
2025-07-23 15:02:10 +08:00
parent 369f878b44
commit 8bbc84aecd
9 changed files with 7 additions and 127 deletions

View File

@ -19,7 +19,7 @@
<script setup>
import { ref, watch } from 'vue';
import { STATUS_LIST } from './constants';
import { STATUS_LIST } from '@/views/property-marketing/media-account/components/status-select/constants';
const props = defineProps({
modelValue: {