|
@@ -3,7 +3,7 @@
|
|
<div :class="$style.title">
|
|
<div :class="$style.title">
|
|
<a-form-model layout="inline">
|
|
<a-form-model layout="inline">
|
|
<a-form-model-item label="单位:">
|
|
<a-form-model-item label="单位:">
|
|
- <div style="width: 100%">
|
|
|
|
|
|
+ <div style="width: 300px">
|
|
<SdGroupPicker
|
|
<SdGroupPicker
|
|
ref="cRelSelect"
|
|
ref="cRelSelect"
|
|
v-model="companyUnit"
|
|
v-model="companyUnit"
|
|
@@ -38,14 +38,15 @@
|
|
<div :class="[$style.viewBody, $style.viewBodySmall]">
|
|
<div :class="[$style.viewBody, $style.viewBodySmall]">
|
|
<div :class="$style.contentTitle">问题推送数量</div>
|
|
<div :class="$style.contentTitle">问题推送数量</div>
|
|
<a-form-model layout="inline" :class="$style.searchform">
|
|
<a-form-model layout="inline" :class="$style.searchform">
|
|
- <a-form-model-item label="业务领域:">
|
|
|
|
- <div style="100%">
|
|
|
|
|
|
+ <a-form-model-item>
|
|
|
|
+ <div style="width: 100%">
|
|
<!-- 多选 -->
|
|
<!-- 多选 -->
|
|
<a-select
|
|
<a-select
|
|
v-model="searchForm.area"
|
|
v-model="searchForm.area"
|
|
mode="multiple"
|
|
mode="multiple"
|
|
|
|
+ placeholder="请选择业务领域"
|
|
:max-tag-count="2"
|
|
:max-tag-count="2"
|
|
- style="100%"
|
|
|
|
|
|
+ style="min-width: 300px"
|
|
@change="areaChange"
|
|
@change="areaChange"
|
|
>
|
|
>
|
|
<template slot="maxTagPlaceholder"> ... </template>
|
|
<template slot="maxTagPlaceholder"> ... </template>
|