smtp setting add encryption

This commit is contained in:
xiaomlove
2022-01-28 02:50:30 +08:00
parent 27ba9aec74
commit 8d6d9d8c15
18 changed files with 93 additions and 51 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
</div>
<div class="right">
<el-button type="primary" size="small" icon="el-icon-plus" @click="handleAdd">Add</el-button>
<el-button type="primary" size="small" icon="Plus" @click="handleAdd">Add</el-button>
</div>
</div>
</template>
+12 -4
View File
@@ -6,7 +6,7 @@
</div>
<div class="right">
<el-button type="primary" size="small" icon="el-icon-plus" @click="handleAdd">Add</el-button>
<el-button type="primary" size="small" icon="Plus" @click="handleAdd">Add</el-button>
</div>
</div>
</template>
@@ -33,11 +33,19 @@
<el-table-column
prop="image_large"
label="Large image"
></el-table-column>
>
<template #default="scope">
<el-image :src="scope.row.image_large" style="max-height: 200px" />
</template>
</el-table-column>
<el-table-column
prop="image_small"
label="Small image"
></el-table-column>
>
<template #default="scope">
<el-image :src="scope.row.image_small" style="max-height: 200px" />
</template>
</el-table-column>
<el-table-column
prop="get_type_text"
@@ -56,7 +64,7 @@
<el-table-column
label="Action"
width="100"
width=""
>
<template #default="scope">
<a style="cursor: pointer; margin-right: 10px" @click="handleEdit(scope.row.id)">Edit</a>
+7 -4
View File
@@ -19,10 +19,10 @@
<td></td>
<td colspan="7">
<div class="other-actions">
<el-button type="primary" size="mini" @click="handleGetModComment">Mod comment</el-button>
<el-button type="primary" size="mini" @click="handleResetPassword">Reset password</el-button>
<el-button type="primary" size="mini" @click="handleAssignExam">Assign exam</el-button>
<el-button type="primary" size="mini" @click="handleGrantMedal">Grant medal</el-button>
<el-button type="primary" size="default" @click="handleGetModComment">Mod comment</el-button>
<el-button type="primary" size="default" @click="handleResetPassword">Reset password</el-button>
<el-button type="primary" size="default" @click="handleAssignExam">Assign exam</el-button>
<el-button type="primary" size="default" @click="handleGrantMedal">Grant medal</el-button>
</div>
</td>
</tr>
@@ -179,6 +179,9 @@
prop="image_large"
label="Image"
>
<template #default="scope">
<el-image :src="scope.row.image_large" style="max-height: 200px" />
</template>
</el-table-column>
<el-table-column
+7 -2
View File
@@ -1,8 +1,13 @@
<template>
<el-card>
<template #header>
<div class="header">
<el-button type="primary" size="small" icon="el-icon-plus" @click="handleAdd">Add</el-button>
<div class="nexus-table-header">
<div class="left">
</div>
<div class="right">
<el-button type="primary" size="small" icon="Plus" @click="handleAdd">Add</el-button>
</div>
</div>
</template>
<el-table