main #34
@ -88,7 +88,7 @@
|
||||
class="cloud-contact-us-icon"></span>
|
||||
<p class="cloud-contact-us-tit" style="font-size: 14px;">售前咨询</p>
|
||||
</div>
|
||||
<div style=";display: flex;justify-content: center;align-items: center;"
|
||||
<div style="display: flex;justify-content: center;align-items: center;"
|
||||
>
|
||||
<div v-if="!phone"
|
||||
style="width: 80px;height: 25px;display: flex!important;justify-content: center;align-items: center">
|
||||
|
||||
@ -5,3 +5,4 @@ export default {
|
||||
document.body.style.userSelect = 'none';
|
||||
},
|
||||
};
|
||||
|
||||
@ -9,21 +9,21 @@
|
||||
fixed
|
||||
prop="username"
|
||||
label="用户名"
|
||||
width="150">
|
||||
>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="orgname"
|
||||
label="用户机构"
|
||||
width="120">
|
||||
>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="create_at"
|
||||
label="申请时间"
|
||||
width="180">
|
||||
>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
label="操作"
|
||||
width="150">
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
<div v-if="scope.row.type==='0'">
|
||||
<el-button @click="handleClick(scope.row)" size="mini" type="primary">同意</el-button>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user