|
@@ -23,10 +23,10 @@
|
|
|
end-placeholder="结束时间"
|
|
end-placeholder="结束时间"
|
|
|
>
|
|
>
|
|
|
</el-date-picker>
|
|
</el-date-picker>
|
|
|
- <span class="search_k">姓名关键字:</span>
|
|
|
|
|
|
|
+ <span class="search_k">关键字:</span>
|
|
|
<el-input
|
|
<el-input
|
|
|
v-model="formData.searchKey"
|
|
v-model="formData.searchKey"
|
|
|
- placeholder="请输入"
|
|
|
|
|
|
|
+ placeholder="请输入姓名或学籍号"
|
|
|
style="width: 240px"
|
|
style="width: 240px"
|
|
|
></el-input>
|
|
></el-input>
|
|
|
<span class="search_k">排序:</span>
|
|
<span class="search_k">排序:</span>
|
|
@@ -54,7 +54,7 @@
|
|
|
}}
|
|
}}
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column label="姓名" width="200">
|
|
|
|
|
|
|
+ <el-table-column label="姓名" width="250">
|
|
|
<template #default="{ row }">
|
|
<template #default="{ row }">
|
|
|
<span class="table_name" :title="row.name">{{ row.name }}</span>
|
|
<span class="table_name" :title="row.name">{{ row.name }}</span>
|
|
|
</template>
|
|
</template>
|
|
@@ -74,7 +74,7 @@
|
|
|
/>
|
|
/>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column prop="visit" label="阅读"> </el-table-column>
|
|
|
|
|
|
|
+ <el-table-column prop="visit" label="阅读" width="100"> </el-table-column>
|
|
|
<el-table-column prop="creatorName" label="发布人"> </el-table-column>
|
|
<el-table-column prop="creatorName" label="发布人"> </el-table-column>
|
|
|
<el-table-column prop="createTime" label="发布时间" width="200">
|
|
<el-table-column prop="createTime" label="发布时间" width="200">
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
@@ -179,7 +179,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
// 点击删除
|
|
// 点击删除
|
|
|
delLeader (id) {
|
|
delLeader (id) {
|
|
|
- this.$confirm('确定删除吗?', '提示', {
|
|
|
|
|
|
|
+ this.$confirm('删除后,信息无法恢复,是否继续?', '提示', {
|
|
|
confirmButtonText: '确定',
|
|
confirmButtonText: '确定',
|
|
|
cancelButtonText: '取消',
|
|
cancelButtonText: '取消',
|
|
|
type: 'warning'
|
|
type: 'warning'
|