dev
This commit is contained in:
parent
230f32c508
commit
410d691fd7
|
|
@ -63,7 +63,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</Mask>
|
</Mask>
|
||||||
<Mask :is-show="false" :width="540" :height="347" title="有效期更新" @close="close">
|
<Mask :is-show="isUpdate1312" :width="540" :height="347" title="有效期更新" @close="close">
|
||||||
<div class="content-new">
|
<div class="content-new">
|
||||||
<div class="update_box">
|
<div class="update_box">
|
||||||
<el-date-picker
|
<el-date-picker
|
||||||
|
|
@ -73,8 +73,8 @@
|
||||||
size="default"
|
size="default"
|
||||||
style="flex: 1;height: 100%"
|
style="flex: 1;height: 100%"
|
||||||
/>
|
/>
|
||||||
<div class="default-btn" @click="update1312(1)"
|
<div class="default-btn startBtn" @click="update1312(1)"
|
||||||
:style="{background: showBtn ? '#EDEFF6' : '', color: showBtn ? '#333333' : ''}" style="margin-left: 24px">
|
:style="{background: showBtn ? '#EDEFF6' : '', color: showBtn ? '#333333' : ''}">
|
||||||
开始更新
|
开始更新
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -92,52 +92,57 @@
|
||||||
</div>
|
</div>
|
||||||
</Mask>
|
</Mask>
|
||||||
<Mask :is-show="isUpdate1318" :width="540" :height="347" title="限价信息更新" @close="close">
|
<Mask :is-show="isUpdate1318" :width="540" :height="347" title="限价信息更新" @close="close">
|
||||||
<div class="update_box">
|
<div class="content-new">
|
||||||
<el-date-picker
|
<div class="update_box">
|
||||||
v-model="updt_time"
|
<el-date-picker
|
||||||
type="date"
|
v-model="updt_time"
|
||||||
placeholder="选择一个起始日期"
|
type="date"
|
||||||
size="default"
|
placeholder="选择一个起始日期"
|
||||||
style="flex: 1;height: 42px"
|
size="default"
|
||||||
/>
|
style="flex: 1;height: 42px"
|
||||||
<div class="default-btn" @click="update1318()"
|
/>
|
||||||
:style="{background: showBtn ? '#EDEFF6' : '', color: showBtn ? '#333333' : ''}" style="margin-left: 24px">
|
<div class="default-btn startBtn" @click="update1318()"
|
||||||
开始更新
|
:style="{background: showBtn ? '#EDEFF6' : '', color: showBtn ? '#333333' : ''}"
|
||||||
</div>
|
style="margin-left: 24px">
|
||||||
</div>
|
开始更新
|
||||||
<div class="tip-body">
|
|
||||||
<div class="tip">
|
|
||||||
<div class="tip-title">
|
|
||||||
{{ tip }}
|
|
||||||
</div>
|
</div>
|
||||||
<div class="demo-progress">
|
</div>
|
||||||
<el-progress v-if="tip" :text-inside="true" :stroke-width="30" :percentage="0"/>
|
<div class="tip-body">
|
||||||
|
<div class="tip">
|
||||||
|
<div class="tip-title">
|
||||||
|
{{ tip }}
|
||||||
|
</div>
|
||||||
|
<div class="demo-progress">
|
||||||
|
<el-progress v-if="tip" :text-inside="true" :stroke-width="30" :percentage="0"/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</Mask>
|
</Mask>
|
||||||
<Mask :is-show="isUpdate1319" :width="540" :height="347" title="自付比例更新" @close="close">
|
<Mask :is-show="isUpdate1319" :width="540" :height="347" title="自付比例更新" @close="close">
|
||||||
<div class="update_box">
|
<div class="content-new">
|
||||||
<el-date-picker
|
<div class="update_box">
|
||||||
v-model="updt_time"
|
<el-date-picker
|
||||||
type="date"
|
v-model="updt_time"
|
||||||
placeholder="选择一个起始日期"
|
type="date"
|
||||||
size="default"
|
placeholder="选择一个起始日期"
|
||||||
style="flex: 1;height: 42px"
|
size="default"
|
||||||
/>
|
style="flex: 1;height: 42px"
|
||||||
<div class="default-btn" @click="update1319()"
|
/>
|
||||||
:style="{background: showBtn ? '#EDEFF6' : '', color: showBtn ? '#333333' : ''}"
|
<div class="default-btn startBtn" @click="update1319()"
|
||||||
style="margin-left: 24px;height: 42px">
|
:style="{background: showBtn ? '#EDEFF6' : '', color: showBtn ? '#333333' : ''}"
|
||||||
开始更新
|
style="margin-left: 24px;height: 42px">
|
||||||
</div>
|
开始更新
|
||||||
</div>
|
|
||||||
<div class="tip-body">
|
|
||||||
<div class="tip">
|
|
||||||
<div class="tip-title">
|
|
||||||
{{ tip }}
|
|
||||||
</div>
|
</div>
|
||||||
<div class="demo-progress">
|
</div>
|
||||||
<el-progress v-if="tip" :text-inside="true" :stroke-width="30" :percentage="percent"/>
|
<div class="tip-body">
|
||||||
|
<div class="tip">
|
||||||
|
<div class="tip-title">
|
||||||
|
{{ tip }}
|
||||||
|
</div>
|
||||||
|
<div class="demo-progress">
|
||||||
|
<el-progress v-if="tip" :text-inside="true" :stroke-width="30" :percentage="percent"/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -403,24 +408,36 @@ const update1319 = () => {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-new{
|
.content-new {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
.update_box {
|
.update_box {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
padding: 24px 24px 0;
|
padding: 24px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
|
||||||
|
.startBtn {
|
||||||
|
height: 100%;
|
||||||
|
margin-left: 24px;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tip-body {
|
.tip-body {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
padding: 0 24px 24px;
|
padding: 0 24px 24px;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
|
||||||
.tip {
|
.tip {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: #1458df;
|
background: #F9FAFC;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|
@ -429,6 +446,7 @@ const update1319 = () => {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
padding: 24px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -442,6 +460,9 @@ const update1319 = () => {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #999999;
|
color: #999999;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: space-between;
|
||||||
|
|
||||||
&-message {
|
&-message {
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue