|
@@ -30,10 +30,10 @@ const emitUpdate = async () => {
|
|
|
<ul class="update-message space-x-[16px]" v-show="isVisibleBtn">
|
|
|
<li class="flex space-x-[4px]">
|
|
|
<SvgIcon name="control-icon-warning" size="16"></SvgIcon>
|
|
|
- <span>有新投放方案,北池加药量计算为:{{ nums.updateNum1 || 0 }}L/h, 南池加药量计算为:{{ nums.updateNum2 || 0}}L/h,是否更新?</span>
|
|
|
+ <span>有新投放方案,北池加药量计算:{{ nums.updateNum1 || 0 }}L/h, 南池加药量计算:{{ nums.updateNum2 || 0}}L/h,是否更新?</span>
|
|
|
</li>
|
|
|
<li class="space-x-[10px]">
|
|
|
- <span class="text-[#ed742f] cursor-pointer" @click="emitUpdate">更新投放量</span>
|
|
|
+ <span class="text-[#ed742f] cursor-pointer" @click="emitUpdate">更新投放</span>
|
|
|
<span class="text-[#88909b] cursor-pointer" @click="isVisibleBtn = false">取消</span>
|
|
|
</li>
|
|
|
</ul>
|
|
@@ -67,7 +67,7 @@ const emitUpdate = async () => {
|
|
|
<div class="circle3" v-show="modelSystemStatus.activeOne === 1"></div>
|
|
|
<div class="inner space-y-[4px]">
|
|
|
<SvgIcon name="control-icon-result-btn" size="14" />
|
|
|
- <span>{{ modelSystemStatus.activeOne === 1 ? "投放中" : "未开启" }}</span>
|
|
|
+ <span>{{ modelSystemStatus.activeOne === 1 ? "系统投放" : "组态投放" }}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -99,7 +99,7 @@ const emitUpdate = async () => {
|
|
|
<div class="circle3" v-show="modelSystemStatus.activeTwo === 1"></div>
|
|
|
<div class="inner space-y-[4px]">
|
|
|
<SvgIcon name="control-icon-result-btn" size="14" />
|
|
|
- <span>{{ modelSystemStatus.activeTwo === 1 ? "投放中" : "未开启" }}</span>
|
|
|
+ <span>{{ modelSystemStatus.activeTwo === 1 ? "系统投放" : "组态投放" }}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -221,8 +221,8 @@ const emitUpdate = async () => {
|
|
|
.round-btn {
|
|
|
position: relative;
|
|
|
@include flex(x, center, center);
|
|
|
- width: 60px;
|
|
|
- height: 60px;
|
|
|
+ width: 70px;
|
|
|
+ height: 70px;
|
|
|
border: 2px solid #E6EFFE;
|
|
|
border-radius: 50%;
|
|
|
background: #898EFE;
|
|
@@ -236,8 +236,8 @@ const emitUpdate = async () => {
|
|
|
position: relative;
|
|
|
@include flex(x, center, center);
|
|
|
flex-flow: column;
|
|
|
- width: 48px;
|
|
|
- height: 48px;
|
|
|
+ width: 58px;
|
|
|
+ height: 58px;
|
|
|
border-radius: 100%;
|
|
|
background: #2454FF;
|
|
|
transition: all 0.3s;
|
|
@@ -253,8 +253,8 @@ const emitUpdate = async () => {
|
|
|
.circle2,
|
|
|
.circle3 {
|
|
|
position: absolute;
|
|
|
- width: 30px;
|
|
|
- height: 30px;
|
|
|
+ width: 40px;
|
|
|
+ height: 40px;
|
|
|
background: rgba(137, 142, 254, 1);
|
|
|
border: 1px solid rgba(137, 142, 254, 0.85);
|
|
|
border-radius: 999px;
|