huang
7 天以前 9571229a2013472dc701ecf5767f2873b36d8f90
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>