gaoluyang
2 天以前 3a07f2ca675bbd3c55893f7731b8f49d854b0e07
src/views/salesManagement/invoiceRegistration/index.vue
@@ -64,7 +64,7 @@
                     />
                     <el-table-column label="产品大类" prop="productCategory" />
                     <el-table-column
                        label="规格型号"
                        label="图纸编号"
                        prop="specificationModel"
                        width="150"
                     />
@@ -269,7 +269,7 @@
               </el-table-column>
               <el-table-column label="产品大类" prop="productCategory" />
               <el-table-column
                  label="规格型号"
                  label="图纸编号"
                  prop="specificationModel"
                  width="150"
               />
@@ -761,7 +761,7 @@
.justify-between {
   justify-content: space-between;
}
::v-deep(.el-checkbox__label) {
:deep(.el-checkbox__label) {
   font-weight: bold;
}
</style>