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