huang
8 天以前 9c489617b002e71859597097c9d1d2f1b9fc0e56
1
2
3
4
5
6
7
8
9
10
11
12
13
<script lang="ts" setup>
import BaseUploadLine from './basicRawFilmStorage.vue'
const props = {
  rawGlassPath: 'rawGlassLayoutLY',
}
</script>
<template>
  <BaseUploadLine
    :rawGlassPath="props.rawGlassPath"
    :showOutboundButton="false"
    :showOutboundButtonLY="true"
  />
</template>