Commit cf774b71 authored by xieyishang's avatar xieyishang

~~

parent 6a2d76df
......@@ -7,5 +7,5 @@ const APP_CONFIG = {
APP_NAME: "后台管理系统",
//接口地址,如遇跨域需使用nginx代理
API_URL: "http://os.dxpd.cn/admin/"
API_URL: "https://juwu.xicheda.cn/admin/"
}
......@@ -12,7 +12,7 @@ const DEFAULT_CONFIG = {
CORE_VER: "1.6.6",
//接口地址
API_URL: 'http://api.phpec.cn/admin/',
API_URL: "https://juwu.xicheda.cn/admin/",
//请求超时
TIMEOUT: 50000,
......
......@@ -14,23 +14,12 @@
<el-main class="nopadding">
<scTable tableName="member" ref="table" :apiObj="list.apiObj" :column="list.column" row-key="id" @selection-change="selectionChange" border stripe>
<el-table-column type="selection" width="50"></el-table-column>
<template #status="scope">
<el-tag :type="status[scope.row.status]?.type">{{ status[scope.row.status]?.label ?? '未知'}}</el-tag>
</template>
<el-table-column label="操作" fixed="right" align="center" width="140">
<template #default="scope">
<el-button-group>
<el-popconfirm title="确定删除吗?" @confirm="table_del(scope.row, scope.$index)">
<template #reference>
<el-button type="danger">删除</el-button>
</template>
</el-popconfirm>
</el-button-group>
</template>
</el-table-column>
</scTable>
</el-main>
<save v-if="dialog.save" ref="saveBox" @success="upsearch" @closed="dialog.save=false" />
</el-container>
</template>
......@@ -39,7 +28,7 @@
export default{
name: 'order.exchange',
components:{
save,
},
data(){
return {
......
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