浏览代码

Merge remote-tracking branch 'origin/master'

sakura 1 年之前
父节点
当前提交
0a58b633ed
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/LEAVEMESSAGE/index.vue

+ 1 - 1
src/views/LEAVEMESSAGE/index.vue

@@ -47,7 +47,7 @@
       </el-table-column>
       <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
         <template slot-scope="scope">
-          <el-button size="mini" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)" v-hasPermi="['business:LEAVEMESSAGE:edit']">回复</el-button>
+          <el-button size="mini" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)" v-hasPermi="['business:LEAVEMESSAGE:edit']">查看</el-button>
           <el-button size="mini" type="text" icon="el-icon-delete" @click="handleDelete(scope.row)" v-hasPermi="['business:LEAVEMESSAGE:remove']">删除</el-button>
         </template>
       </el-table-column>