错别字更改

2024年2月1日V1.0.53.2
liujun 2024-01-30 14:14:55 +08:00
parent 53f0fc4a3e
commit 4e58cf0745
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
fit
highlight-current-row>
<el-table-column type="index" label="序号" width="50" align="center"/>
<el-table-column prop="CREATOR_TIME" label="用户名" align="center"/>
<el-table-column prop="CREATOR_TIME" label="审批流创建时间" align="center"/>
<el-table-column label="操作" align="center" width="250">
<template slot-scope="{row}">
<el-button type="primary" icon="el-icon-edit" size="mini" @click="handleShow(row)"></el-button>