1
This commit is contained in:
parent
3a3d3c26e0
commit
efef1eebc8
@ -195,8 +195,8 @@
|
|||||||
<el-table-column prop="asyncState" align="lfet">
|
<el-table-column prop="asyncState" align="lfet">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<div>
|
<div>
|
||||||
<div v-if="scope.row.asyncState == 1">
|
<div style="color:red;" v-if="scope.row.asyncState == 1">
|
||||||
同步状态:<span style="color:red;">审批通过,人员同步异常</span>
|
同步状态:审批通过,人员同步异常
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user