|
@@ -6,7 +6,7 @@
|
|
:operation="operation()"
|
|
:operation="operation()"
|
|
:pofx="true"
|
|
:pofx="true"
|
|
:column-parsing="columnParsing"
|
|
:column-parsing="columnParsing"
|
|
- :operation-column-width="200"
|
|
|
|
|
|
+ :operation-column-width="160"
|
|
:options-evens-group="optionsEvensGroup"
|
|
:options-evens-group="optionsEvensGroup"
|
|
:table-attributes="tableAttributes"
|
|
:table-attributes="tableAttributes"
|
|
:table-events="tableEvents"
|
|
:table-events="tableEvents"
|
|
@@ -203,7 +203,7 @@ export default {
|
|
审核
|
|
审核
|
|
</el-button>
|
|
</el-button>
|
|
) : null}
|
|
) : null}
|
|
- <el-button
|
|
|
|
|
|
+ {/* <el-button
|
|
size='mini'
|
|
size='mini'
|
|
type='text'
|
|
type='text'
|
|
onClick={() => {
|
|
onClick={() => {
|
|
@@ -214,7 +214,7 @@ export default {
|
|
}}
|
|
}}
|
|
>
|
|
>
|
|
详情
|
|
详情
|
|
- </el-button>
|
|
|
|
|
|
+ </el-button> */}
|
|
{(row.orderStatus === 'SAVE' || row.orderStatus === 'RETURN')
|
|
{(row.orderStatus === 'SAVE' || row.orderStatus === 'RETURN')
|
|
? <el-button
|
|
? <el-button
|
|
size='mini'
|
|
size='mini'
|