短信发送日志的前端,部分完成

This commit is contained in:
YunaiV
2021-04-11 21:48:51 +08:00
parent e4a19f4929
commit 3dc36ecced
8 changed files with 130 additions and 49 deletions

View File

@@ -76,7 +76,7 @@
<template slot-scope="scope">
<span>{{ getDictDataLabel(DICT_TYPE.$dictType.toUpperCase(), scope.row.${column.javaField}) }}</span>
</template>
</el-table-column>>
</el-table-column>
#else
<el-table-column label="${comment}" align="center" prop="${javaField}" />
#end