|
@@ -22,9 +22,9 @@
|
|
|
<a-button :class="queryParam.dateType == 'today' ? 'active' : ''" @click="setTime('today')"> 今日 </a-button>
|
|
|
</a-col>
|
|
|
|
|
|
- <a-col :xl="3" :xxl="4" v-if="isSuperAdmin">
|
|
|
- <a-button type="primary" preIcon="ant-design:plus-outlined" @click="handleAdd">新增询盘</a-button>
|
|
|
- </a-col>
|
|
|
+ <!-- <a-col :xl="3" :xxl="4" v-if="isSuperAdmin">-->
|
|
|
+ <!-- <a-button type="primary" preIcon="ant-design:plus-outlined" @click="handleAdd">新增询盘</a-button>-->
|
|
|
+ <!-- </a-col>-->
|
|
|
</a-row>
|
|
|
</div>
|
|
|
|