Browse Source

2025-07-17

master
fengyuan_yang 6 months ago
parent
commit
b8b359f9eb
  1. 2
      src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue

2
src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue

@ -272,7 +272,7 @@
<el-row :gutter="20"> <el-row :gutter="20">
<el-col :span="6"> <el-col :span="6">
<div class="grid-content bg-purple" v-if="!readonly">
<div class="grid-content bg-purple">
<el-button style="margin-top: 12px" v-if="isAuth('103002:dataEntry')" type="primary" @click="handleDataEntry()">数据录入</el-button> <el-button style="margin-top: 12px" v-if="isAuth('103002:dataEntry')" type="primary" @click="handleDataEntry()">数据录入</el-button>
</div> </div>
</el-col> </el-col>

Loading…
Cancel
Save