bug734
This commit is contained in:
parent
b1aae6175b
commit
bc55f39d38
|
@ -86,11 +86,8 @@
|
||||||
width="150"
|
width="150"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-button
|
<el-button type="text" size="small" @click="showDetail(scope.row)"
|
||||||
type="text"
|
>详情</el-button
|
||||||
size="small"
|
|
||||||
@click="showDetail(scope.row)"
|
|
||||||
>{{ $t('process.viewFlowImage') }}</el-button
|
|
||||||
>
|
>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
|
@ -86,11 +86,8 @@
|
||||||
width="150"
|
width="150"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-button
|
<el-button type="text" size="small" @click="showDetail(scope.row)"
|
||||||
type="text"
|
>详情</el-button
|
||||||
size="small"
|
|
||||||
@click="showDetail(scope.row)"
|
|
||||||
>{{ $t('process.viewFlowImage') }}</el-button
|
|
||||||
>
|
>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
|
@ -86,11 +86,8 @@
|
||||||
width="150"
|
width="150"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-button
|
<el-button type="text" size="small" @click="showDetail(scope.row)"
|
||||||
type="text"
|
>详情</el-button
|
||||||
size="small"
|
|
||||||
@click="showDetail(scope.row)"
|
|
||||||
>{{ $t('process.viewFlowImage') }}</el-button
|
|
||||||
>
|
>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
|
@ -86,11 +86,8 @@
|
||||||
width="150"
|
width="150"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-button
|
<el-button type="text" size="small" @click="showDetail(scope.row)"
|
||||||
type="text"
|
>详情</el-button
|
||||||
size="small"
|
|
||||||
@click="showDetail(scope.row)"
|
|
||||||
>{{ $t('process.viewFlowImage') }}</el-button
|
|
||||||
>
|
>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
|
@ -86,11 +86,8 @@
|
||||||
width="150"
|
width="150"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-button
|
<el-button type="text" size="small" @click="showDetail(scope.row)"
|
||||||
type="text"
|
>详情</el-button
|
||||||
size="small"
|
|
||||||
@click="showDetail(scope.row)"
|
|
||||||
>{{ $t('process.viewFlowImage') }}</el-button
|
|
||||||
>
|
>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
Loading…
Reference in New Issue