gaoluyang
2025-03-29 1d22e1b84c1b64a43dc09f6ae8fd1f1fdf243a32
src/views/business/materialOrderComponents/materialOrder/downFileDialog.vue
@@ -20,12 +20,10 @@
</template>
<script>
import ValueTable from "@/components/Table/value-table.vue";
export default {
  name: "downFileDialog",
  // import 引入的组件需要注入到对象中才能使用
  components: {ValueTable},
  components: {},
  props: {
    downFileDialogVisible: {
      type: Boolean,