Commit f9ea6bae authored by youjie's avatar youjie

no message

parent 035ff683
......@@ -1692,7 +1692,6 @@
template: `<div style='width:120px;height:40px;background:#fff;text-align:center;position: relative;left:-5px;padding-top: 6px;padding-top:6px;'>
<el-button type="primary" size='mini' icon="el-icon-edit" circle @click="update(rowData,index)"></el-button>
<el-button type="danger" size='mini' icon="el-icon-delete" circle @click="deleteRow(rowData,index)"></el-button>
{{isExamine}}
<el-button v-if="rowData.AccountState==0&&rowData.isExamine" type="examine" size='mini' icon="el-icon-check avatar-uploader-icon" circle
@click="examineRow(rowData,index)"></el-button></div>`,
props: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment