fix: dutywork下都可处理

This commit is contained in:
caoqianming 2023-06-22 08:35:39 +08:00
parent ec21622c42
commit 3e85e50a19
1 changed files with 2 additions and 6 deletions

View File

@ -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>