兰宝车间质量管理系统-前端
ahao
2023-12-27 abf2777b2e57943b283310592ca4878e5b67ca33
fix 修复 页面警告
已修改1个文件
6 ■■■■■ 文件已修改
src/components/DictTag/index.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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,