init
- 框架初始化 - 安装插件 - 修复PHP8.4报错
This commit is contained in:
17
application/admin/view/shopro/withdraw/log.html
Normal file
17
application/admin/view/shopro/withdraw/log.html
Normal file
@@ -0,0 +1,17 @@
|
||||
{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>
|
||||
Reference in New Issue
Block a user