This commit is contained in:
”Rain“ 2024-06-07 21:15:41 +08:00
parent 3a3d3c26e0
commit efef1eebc8

View File

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