You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
786 B
17 lines
786 B
{include file="/shopro/common/script" /}
|
|
|
|
<div id="log" class="withdraw-log" v-cloak>
|
|
<el-container class="panel-block">
|
|
<el-main>
|
|
<el-table height="100%" class="sa-table" :data="state.data" stripe>
|
|
<el-table-column prop="content" label="事件" min-width="250"></el-table-column>
|
|
<el-table-column label="员工" min-width="120">
|
|
<template #default="scope">
|
|
<sa-user-profile type="oper" :user="scope.row.oper" :id="scope.row.oper_id"></sa-user-profile>
|
|
</template>
|
|
</el-table-column>
|
|
<el-table-column prop="createtime" label="时间" width="172"></el-table-column>
|
|
</el-table>
|
|
</el-main>
|
|
</el-container>
|
|
</div> |