修改订单表格样式
This commit is contained in:
@@ -82,9 +82,9 @@
|
||||
</div>
|
||||
<div class="item_body no_right_border no_bottom_border">
|
||||
<div class="flexbox" style="justify-content: space-between;">
|
||||
<div class="td1 flexbox" style="width:100%; ">
|
||||
<div class="td1" style="width:100%; ">
|
||||
|
||||
<div class="flexbox orderProducts" style="width:100%;" v-for="(item3, index) in item2.products">
|
||||
<div class="flexbox orderProducts" style="width:50%; float: left;" v-for="(item3, index) in item2.products">
|
||||
<div class="flexbox productItem" style="width:100%;">
|
||||
<el-checkbox :label="item3.allOrderId" :disabled="item3.orderStatus == '1'"><br></el-checkbox>
|
||||
<img :src="item3.image" width="30px" style="margin-left: -15px;"
|
||||
@@ -111,7 +111,7 @@
|
||||
</div>
|
||||
<span slot="footer" class="dialog-footer">
|
||||
<el-button v-if="radio3 === 'mix' && mixOrderList.length != 0" type="primary" @click="submit">发 货</el-button>
|
||||
<el-button v-if="radio3 == 'general'" type="primary" @click="submit1">发 货</el-button>
|
||||
<el-button v-if="radio3 == 'general'" type="primary" @click="submit1">发 货</el-button>
|
||||
</span>
|
||||
</el-dialog>
|
||||
</template>
|
||||
@@ -165,7 +165,7 @@ export default {
|
||||
})
|
||||
},
|
||||
selectChanged(val){
|
||||
console.log(val.dictValue)
|
||||
console.log(this.ruleForm)
|
||||
if(this.expressList && this.expressList.length > 0){
|
||||
this.expressList.forEach(element => {
|
||||
if(element.dictType == val){
|
||||
@@ -502,7 +502,7 @@ export default {
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2; // 控制多行的行数
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-transform: scale(0.8);
|
||||
// -webkit-transform: scale(0.8);
|
||||
}
|
||||
|
||||
.author {
|
||||
|
||||
Reference in New Issue
Block a user