将BM详情的基本信息的数据录入按钮逻辑改回来 之前是2025-08-11刘昊加的!readonly
@ -234,7 +234,7 @@
<el-row :gutter="20">
<el-col :span="6">
<div class="grid-content bg-purple">
<el-button style="margin-top: 12px" v-show="isAuth('103002:dataEntry')&&!readonly" type="primary" @click="handleDataEntry()">数据录入</el-button>
<el-button style="margin-top: 12px" v-show="isAuth('103002:dataEntry')" type="primary" @click="handleDataEntry()">数据录入</el-button>
</div>
</el-col>
</el-row>