Browse Source

完善工时提成抵顶配件

master
yunuo970428 6 months ago
parent
commit
bca0c3d515
  1. 4
      yxt-as-ui/src/views/operation/topFitting/topFittingAdd.vue

4
yxt-as-ui/src/views/operation/topFitting/topFittingAdd.vue

@ -50,9 +50,9 @@
<i class="el-icon-delete" @click="commodityDelete(scope.$index)"></i>
</template>
</el-table-column>
<el-table-column label="商品名称" align="center" width="200">
<el-table-column label="商品名称" align="center" width="300">
<template slot-scope="scope">
<el-popover placement="right" trigger="click" width="500">
<el-popover placement="right" trigger="click" width="600">
<div>
<el-table :data="commodityData" v-loading="commodityLoading" highlight-current-row @current-change="commodityCurrentChange($event, scope.row)">
<el-table-column fixed prop="goodsSpuName" label="商品名称" align="center"/>

Loading…
Cancel
Save