|
|
|
@ -34,10 +34,14 @@
|
|
|
|
clearable></el-input>
|
|
|
|
clearable></el-input>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="4">
|
|
|
|
<el-col :span="4">
|
|
|
|
<el-button type="primary"
|
|
|
|
<el-button
|
|
|
|
class="add-input"
|
|
|
|
v-show="scope.row.prodPropValues[scope.row.prodPropValues.length-1].propValue"
|
|
|
|
icon="el-icon-circle-plus"
|
|
|
|
type="primary"
|
|
|
|
@click="addInput()"></el-button>
|
|
|
|
class="add-input"
|
|
|
|
|
|
|
|
icon="el-icon-circle-plus"
|
|
|
|
|
|
|
|
@click="addInput()"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
</el-button>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
|