|
|
|
@ -9,13 +9,13 @@
|
|
|
|
|
<el-form :model="formData" class="order-el-form" ref="formData" label-width="120px" >
|
|
|
|
|
|
|
|
|
|
<el-col :span="18" style="margin-left: 0px" >
|
|
|
|
|
<span style="font-size: 12px;color: #1c84c6">当前工位:    <span style="font-size: 16px;color: #000000">{{this.formData.workplaceName}}</span>
|
|
|
|
|
<span style="font-size: 16px;color: #409EFF">当前工位:    <span style="font-size: 16px;color: #000000">{{this.formData.workplaceName}}</span>
|
|
|
|
|
    
|
|
|
|
|
<span :style="{ color: formData.workplaceStatus === 0 ? 'green' : 'red' }"> ({{ formData.workplaceStatus === 0 ? '服务中' : '服务暂停' }} ) </span>
|
|
|
|
|
<el-button type="primary" @click="toggleWorkplaceStatus" style="margin-left: 10px;" >切换状态</el-button>
|
|
|
|
|
<!-- <el-button type="primary" @click="toggleWorkplaceStatus" style="margin-left: 10px;" >切换状态</el-button>-->
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|
<span style="font-size: 12px;color: #1c84c6;margin-left: 80px">当前业务类型:    <span style="font-size: 16px;color: #000000">{{this.formData.busName}}</span>
|
|
|
|
|
<span style="font-size: 16px;color: #409EFF;margin-left: 20px">当前业务类型:    <span style="font-size: 16px;color: #000000">{{this.formData.busName}}</span>
|
|
|
|
|
     <el-button type="primary" @click="toggleBusType" style="margin-left: 10px;" >切换业务</el-button>
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|