提交
This commit is contained in:
@@ -196,6 +196,7 @@ export default {
|
||||
width: 100%;
|
||||
background: #FFF;
|
||||
border-radius: 16px;
|
||||
margin-bottom: 24px;
|
||||
.top {
|
||||
padding: 32px 32px 24px 32px;
|
||||
position: relative;
|
||||
|
||||
@@ -111,8 +111,7 @@ export default {
|
||||
this.form.createUserPhone = this.user.phone
|
||||
|
||||
var myDate = new Date();
|
||||
this.form.createTime = `${myDate.getFullYear()}-${this.isNum(myDate.getMonth()+1)}-${this.isNum(myDate.getDate())}
|
||||
${this.isNum(myDate.getHours())}:${this.isNum(myDate.getMinutes())}:${this.isNum(myDate.getSeconds())}`
|
||||
this.form.createTime = `${myDate.getFullYear()}-${this.isNum(myDate.getMonth()+1)}-${this.isNum(myDate.getDate())} ${this.isNum(myDate.getHours())}:${this.isNum(myDate.getMinutes())}:${this.isNum(myDate.getSeconds())}`
|
||||
},
|
||||
onShow() {
|
||||
document.title = '核酸采样'
|
||||
|
||||
@@ -164,7 +164,7 @@ export default {
|
||||
width: 100%;
|
||||
background: #FFF;
|
||||
border-radius: 16px;
|
||||
margin-bottom: 32px;
|
||||
margin-bottom: 24px;
|
||||
.top {
|
||||
padding: 32px 32px 24px 32px;
|
||||
position: relative;
|
||||
|
||||
@@ -47,7 +47,8 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="btn-height"></div>
|
||||
<div class="footer" v-if="info.status != 2 && isHideBtn != 1" @click="toAdd">采样</div>
|
||||
<!-- v-if="info.status != 2 && isHideBtn != 1" -->
|
||||
<div class="footer" @click="toAdd">采样</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user