|
@@ -76,7 +76,7 @@ export default {
|
|
|
return (h, { row, index, column }) => {
|
|
|
return (
|
|
|
<div class='operation-btns'>
|
|
|
- {row.processStatus !== 'COST_IN_SALES_CHECK'?<div>
|
|
|
+ {row.processStatus == 'COST_IN_SALES_CHECK'?<div>
|
|
|
<el-button
|
|
|
size='mini'
|
|
|
type='text'
|