This commit is contained in:
X_Rian 2024-06-07 21:12:51 +08:00
parent ba3b1a0a19
commit 861754a9e1

View File

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