This commit is contained in:
linfso 2025-01-10 17:21:41 +08:00
parent 377f77439f
commit e60f104909

View File

@ -129,7 +129,8 @@
<!-- <el-table-column label="英文名称" align="center" prop="typeNameEn" min-width="100" /> -->
<el-table-column label="是否发短信" align="center" prop="isSendSms" min-width="100" >
<template slot-scope="scope">
<dict-tag :options="dict.type.sys_is_send_sms" :value="scope.row.isSendSms"/>
<el-tag v-if="scope.row.isSendSms==1" type="success">是</el-tag>
<el-tag v-if="scope.row.isSendSms==0" type="danger">否</el-tag>
</template>
</el-table-column>
<el-table-column label="对象类型" align="center" prop="objectType" min-width="100" >