|  | @@ -3,17 +3,17 @@
 | 
											
												
													
														|  |   * @Author: gcz
 |  |   * @Author: gcz
 | 
											
												
													
														|  |   * @Date: 2024-03-04 15:03:37
 |  |   * @Date: 2024-03-04 15:03:37
 | 
											
												
													
														|  |   * @LastEditors: gcz
 |  |   * @LastEditors: gcz
 | 
											
												
													
														|  | - * @LastEditTime: 2024-03-12 14:14:09
 |  | 
 | 
											
												
													
														|  | 
 |  | + * @LastEditTime: 2024-03-13 14:44:09
 | 
											
												
													
														|  |   * @FilePath: \great_webui\src\views\system\smsMgr\index.vue
 |  |   * @FilePath: \great_webui\src\views\system\smsMgr\index.vue
 | 
											
												
													
														|  |   * @Copyright: Copyright (c) 2016~2024 by gcz, All Rights Reserved. 
 |  |   * @Copyright: Copyright (c) 2016~2024 by gcz, All Rights Reserved. 
 | 
											
												
													
														|  |  -->
 |  |  -->
 | 
											
												
													
														|  |  <template>
 |  |  <template>
 | 
											
												
													
														|  |    <div class="app-container">
 |  |    <div class="app-container">
 | 
											
												
													
														|  |      <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">
 |  |      <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">
 | 
											
												
													
														|  | -      <el-form-item label="模版名称" label-width="40px">
 |  | 
 | 
											
												
													
														|  | 
 |  | +      <el-form-item label="模板名称" label-width="80px">
 | 
											
												
													
														|  |          <el-input
 |  |          <el-input
 | 
											
												
													
														|  |            v-model="queryParams.templateName"
 |  |            v-model="queryParams.templateName"
 | 
											
												
													
														|  | -          placeholder="请输入模版名称"
 |  | 
 | 
											
												
													
														|  | 
 |  | +          placeholder="请输入模板名称"
 | 
											
												
													
														|  |            clearable
 |  |            clearable
 | 
											
												
													
														|  |            style="width: 140px;"
 |  |            style="width: 140px;"
 | 
											
												
													
														|  |            @keyup.enter.native="handleQuery"
 |  |            @keyup.enter.native="handleQuery"
 | 
											
										
											
												
													
														|  | @@ -74,7 +74,7 @@
 | 
											
												
													
														|  |            <span>{{ parseTime(scope.row.createTime) }}</span>
 |  |            <span>{{ parseTime(scope.row.createTime) }}</span>
 | 
											
												
													
														|  |          </template>
 |  |          </template>
 | 
											
												
													
														|  |        </el-table-column>
 |  |        </el-table-column>
 | 
											
												
													
														|  | -      <el-table-column label="模版编码" align="center" prop="templateCode" />
 |  | 
 | 
											
												
													
														|  | 
 |  | +      <el-table-column label="模板编码" align="center" prop="templateCode" />
 | 
											
												
													
														|  |        <el-table-column label="操作" align="center" width="200" class-name="small-padding fixed-width">
 |  |        <el-table-column label="操作" align="center" width="200" class-name="small-padding fixed-width">
 | 
											
												
													
														|  |          <template slot-scope="scope">
 |  |          <template slot-scope="scope">
 | 
											
												
													
														|  |            <el-button
 |  |            <el-button
 |