兰宝车间质量管理系统-前端
抓蛙师
2024-01-05 d3b630076af2b25603fba7c3adcf2c5313c3bd2e
src/components/DictTag/index.vue
@@ -29,11 +29,13 @@
</template>
<script setup lang="ts">
import { propTypes } from '@/utils/propTypes';
interface Props {
  options: Array<DictDataOption>;
  value: number | string | Array<number | string>;
  showValue: boolean;
  separator: string;
  showValue?: boolean;
  separator?: string;
}
const props = withDefaults(defineProps<Props>(), {
  showValue: true,