|
@@ -71,7 +71,7 @@
|
|
{{ `${spec.length} * ${spec.width} * ${spec.height}(cm³)` }}
|
|
{{ `${spec.length} * ${spec.width} * ${spec.height}(cm³)` }}
|
|
</div>
|
|
</div>
|
|
<div style="width: 60px; text-align: center" v-if="props.selectStatus && !props.priceSystemId">
|
|
<div style="width: 60px; text-align: center" v-if="props.selectStatus && !props.priceSystemId">
|
|
- <el-button type="text" @click="selectBOM(spec)" :disabled="selectBtnStatus">选择</el-button>
|
|
|
|
|
|
+ <el-button type="primary" text @click="selectBOM(spec)" :disabled="selectBtnStatus">选择</el-button>
|
|
</div>
|
|
</div>
|
|
<div style="width: 140px; padding: 0 12px" v-if="props.priceSystemId">
|
|
<div style="width: 140px; padding: 0 12px" v-if="props.priceSystemId">
|
|
<el-input-number
|
|
<el-input-number
|