main #34

Merged
charles merged 191 commits from main into prod 2025-11-19 16:18:39 +08:00
6 changed files with 30 additions and 29 deletions
Showing only changes of commit f91a860f9c - Show all commits

View File

@ -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">

View File

@ -5,3 +5,4 @@ export default {
document.body.style.userSelect = 'none';
},
};

View File

@ -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>