Browse Source

修改了价格样式宽度

duanxiaoduan 1 year ago
parent
commit
fe1d2aa8f4
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/custom/subscribe/index.vue

+ 3 - 3
src/views/custom/subscribe/index.vue

@@ -264,7 +264,7 @@
               <span v-if="createTemp.providerId == '' || parseFloat(createTemp.purchaseType) > 0">{{ scope.row.reportery }}</span>
             </template>
           </el-table-column>
-          <el-table-column label="价格" prop="price" align="center" min-width="120">
+          <el-table-column label="价格" prop="price" align="center" min-width="150">
             <template slot-scope="scope">
               <div v-if="createTemp.providerId == ''" v-for="item in scope.row.pricearr">
                 <el-tooltip class="item" effect="dark" placement="top-start">
@@ -486,7 +486,7 @@
               <span v-if="createTemp.providerId == '' || parseFloat(createTemp.purchaseType) > 0">{{ scope.row.reportery }}</span>
             </template>
           </el-table-column>
-          <el-table-column v-if="dialogStatus==='special'" label="价格" prop="price" align="center" min-width="120">
+          <el-table-column v-if="dialogStatus==='special'" label="价格" prop="price" align="center" min-width="150">
             <template slot-scope="scope">
               <div v-if="createTemp.purchaseType == '1'" v-for="item in scope.row.pricearr" style="overflow: hidden;white-space: nowrap;text-overflow: ellipsis;">
                 <el-tooltip class="item" effect="dark" placement="top-start">
@@ -677,7 +677,7 @@
           </el-table-column>
           <el-table-column label="现有库存" sortable prop="storageAmount" align="center" min-width="60" />
           <!-- <el-table-column label="价格" sortable prop="price" align="center" min-width="60" /> -->
-          <el-table-column label="价格" min-width="120px" align="center">
+          <el-table-column label="价格" min-width="150px" align="center">
             <template slot-scope="scope">
               <div v-for="item in scope.row.pricearr" style="overflow: hidden;white-space: nowrap;text-overflow: ellipsis;">
                 <el-tooltip class="item" effect="dark" placement="top-start">