fix: dutywork下都可处理
This commit is contained in:
parent
ec21622c42
commit
3e85e50a19
|
@ -69,10 +69,6 @@
|
|||
<el-button
|
||||
link
|
||||
size="small"
|
||||
v-if="
|
||||
(scope.row.act_state === 1&&scope.row.state_.type === 0) || (scope.row.act_state === 3&&
|
||||
scope.row.state_.type === 0) ||scope.row.act_state === 2
|
||||
"
|
||||
type="primary"
|
||||
@click="handleDetail(scope.row)"
|
||||
>
|
||||
|
@ -90,14 +86,14 @@
|
|||
>
|
||||
接单
|
||||
</el-button>
|
||||
<el-button
|
||||
<!-- <el-button
|
||||
type="success"
|
||||
link
|
||||
size="small"
|
||||
@click="handleLogs(scope.row)"
|
||||
>
|
||||
工单日志
|
||||
</el-button>
|
||||
</el-button> -->
|
||||
</template>
|
||||
</el-table-column>
|
||||
</scTable>
|
||||
|
|
Loading…
Reference in New Issue