|
@@ -54,30 +54,12 @@
|
|
|
<a-input placeholder="请输入" v-model="record.model" v-else></a-input>
|
|
|
</a-form-model-item>
|
|
|
</template>
|
|
|
- <template slot="color" slot-scope="text, record, index">
|
|
|
- <a-form-model-item prop="color" class='sonItem'>
|
|
|
- <span v-if="title=='订单操作'">{{ record.color }}</span>
|
|
|
- <a-input placeholder="请输入" v-model="record.color" v-else></a-input>
|
|
|
- </a-form-model-item>
|
|
|
- </template>
|
|
|
<template slot="fixedNum" slot-scope="text, record, index">
|
|
|
<a-form-model-item prop="fixedNum" class='sonItem'>
|
|
|
<span v-if="title=='订单操作'">{{ record.fixedNum }}</span>
|
|
|
<a-input placeholder="请输入" v-model="record.fixedNum" v-else></a-input>
|
|
|
</a-form-model-item>
|
|
|
</template>
|
|
|
- <template slot="fixedLength" slot-scope="text, record, index">
|
|
|
- <a-form-model-item prop="fixedLength" class='sonItem'>
|
|
|
- <span v-if="title=='订单操作'">{{ record.fixedLength }}</span>
|
|
|
- <a-input placeholder="请输入" v-model="record.fixedLength" v-esle></a-input>
|
|
|
- </a-form-model-item>
|
|
|
- </template>
|
|
|
- <template slot="widthHeight" slot-scope="text, record, index">
|
|
|
- <a-form-model-item prop="widthHeight" class='sonItem'>
|
|
|
- <span v-if="title=='订单操作'">{{ record.widthHeight }}</span>
|
|
|
- <a-input placeholder="请输入" v-model="record.widthHeight" v-else></a-input>
|
|
|
- </a-form-model-item>
|
|
|
- </template>
|
|
|
<template slot="pieces" slot-scope="text, record, index">
|
|
|
<a-form-model-item prop="pieces" class='sonItem'>
|
|
|
<span v-if="title=='订单操作'">{{ record.pieces }}</span>
|
|
@@ -320,8 +302,6 @@
|
|
|
align:"center",
|
|
|
dataIndex: 'color',
|
|
|
ellipsis: true,
|
|
|
- scopedSlots: { customRender: 'color' }
|
|
|
-
|
|
|
},
|
|
|
{
|
|
|
title: '支数',
|
|
@@ -335,14 +315,12 @@
|
|
|
align:"center",
|
|
|
dataIndex: 'fixedLength',
|
|
|
ellipsis: true,
|
|
|
- scopedSlots: { customRender: 'fixedLength' }
|
|
|
},
|
|
|
{
|
|
|
title: '宽/高',
|
|
|
align:"center",
|
|
|
dataIndex: 'widthHeight',
|
|
|
ellipsis: true,
|
|
|
- scopedSlots: { customRender: 'widthHeight' }
|
|
|
},
|
|
|
{
|
|
|
title: '片数',
|