|
@@ -10,8 +10,7 @@
|
|
|
:options-evens-group="optionsEvensGroup"
|
|
|
:table-attributes="tableAttributes"
|
|
|
:table-events="tableEvents"
|
|
|
- :replaceOrNotMap ="false"
|
|
|
-
|
|
|
+ :replace-or-not-map="false"
|
|
|
>
|
|
|
<Popu v-if="visible">
|
|
|
<el-page-header slot="head" :content="content" @back="handleClose" />
|
|
@@ -225,7 +224,7 @@ export default {
|
|
|
编辑
|
|
|
</el-button> : null
|
|
|
}
|
|
|
- {row.orderStatus === 'OK'|| row.status ==='ING'
|
|
|
+ {row.orderStatus === 'OK' && row.status === 'ING'
|
|
|
? <el-button size='mini' type='text' onClick={() => {
|
|
|
this.operateType = 'update'
|
|
|
this.operateTitle = '更新'
|