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