Commit 042303f5 authored by 吴春's avatar 吴春

1

parent afc6f568
......@@ -42,7 +42,7 @@
<UeEditor v-if="isShowAdd" v-model="flowMsg.Remark" class="q-pb-sm" :config="config"></UeEditor>
<div class="row q-mb-lg flex justify-between items-center">
<q-select filled v-model="stuStageId" dense :options="cusStateList" option-label="Name" option-value="Id"
emit-value map-options label="客户状态" class="col-6" />
emit-value map-options label="客户进度" class="col-6" />
<div>
<q-btn label="保存" color="accent " size="md" @click="saveFlow()" />
</div>
......
......@@ -170,7 +170,7 @@
</div>
<div class="stage_value">
<q-select filled v-model="customObj.StuStage" dense :options="customState" option-label="Name"
:disable="noEdit" style="width:185px;" option-value="Id" emit-value map-options label="客户状态" />
:disable="noEdit" style="width:185px;" option-value="Id" emit-value map-options label="客户进度" />
</div>
</div>
</div>
......
......@@ -24,7 +24,7 @@
</div>
<div class="col-3">
<q-select @input="resetSearch" dense filled v-model="msg.StuStage" :options="customState" option-label="Name"
option-value="Id" emit-value map-options label="客户状态" clearable />
option-value="Id" emit-value map-options label="客户进度" clearable />
</div>
<div class="col-3">
<q-select @input="resetSearch" dense v-model="msg.CustomerId" :options="myCustomerList" filled use-input
......
......@@ -41,7 +41,7 @@
</div>
<div class="col-3">
<q-select @input="resetSearch" dense filled v-model="msg.StuStage" :options="customState" option-label="Name"
option-value="Id" emit-value map-options label="客户状态" clearable />
option-value="Id" emit-value map-options label="客户进度" clearable />
</div>
<div class="col-3 Sysuser_Date">
<q-field filled dense>
......
......@@ -41,7 +41,7 @@
</div>
<div class="col-3">
<q-select @input="resetSearch" dense filled v-model="msg.StuStage" :options="customState" option-label="Name"
option-value="Id" emit-value map-options label="客户状态" clearable />
option-value="Id" emit-value map-options label="客户进度" clearable />
</div>
<div class="col-3 Sysuser_Date">
<q-field filled dense>
......
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