李林
2023-08-19 6b20b52fab18c0fe541aae79561012fb08e0faea
src/components/view/sale.vue
@@ -50,7 +50,7 @@
   .select-model .body {
      padding: 0 20px;
      color: #333;
      max-height: 70vh;
      max-height: 72vh;
      overflow-y: auto;
   }
@@ -282,7 +282,7 @@
         </el-dialog>
      </div>
      <div class="select-model">
         <el-dialog :title="`销售${upDia==true?'修改':'新增'}`" :visible.sync="addDia" width="800px">
         <el-dialog :title="`销售${upDia==true?'修改':'新增'}`" :visible.sync="addDia" width="850px">
            <div class="body">
               <div class="head">基本信息</div>
               <div class="content">
@@ -351,7 +351,7 @@
                           </el-input>
                        </template>
                     </el-table-column>
                     <el-table-column prop="specifications" label="规格型号" width="200">
                     <el-table-column prop="specifications" label="规格型号" width="180">
                        <template slot-scope="scope">
                           <el-input v-model="scope.row.specifications" size="small" clearable placeholder="请输入规格型号"></el-input>
                        </template>