This commit is contained in:
parent
68ddd41c3c
commit
23160123f6
|
@ -15,9 +15,9 @@
|
|||
</el-tooltip> -->
|
||||
|
||||
</template>
|
||||
<div class="right-menu-item hover-effect">
|
||||
<!-- <div class="right-menu-item hover-effect">
|
||||
<el-button @click="drawer = true">QA常见问题</el-button>
|
||||
</div>
|
||||
</div>-->
|
||||
<div v-if="$store.getters.is_anchor" class="right-menu-item hover-effect">
|
||||
<el-button @click="dialogWorks = true">排班{{ $store.getters.name }}</el-button>
|
||||
</div>
|
||||
|
|
|
@ -195,12 +195,12 @@ export default {
|
|||
},
|
||||
handleAvatarSuccess(res, file) {
|
||||
this.imageUrl = URL.createObjectURL(file.raw)
|
||||
this.listQuery.img_zip = this.imageUrl
|
||||
this.anchors.img_zip = this.imageUrl
|
||||
console.log(this.imageUrl);
|
||||
},
|
||||
handleSuccess(res, file) {
|
||||
this.imageUrls = URL.createObjectURL(file.raw)
|
||||
this.listQuery.trip_zip = this.imageUrls
|
||||
this.anchors.trip_zip = this.imageUrls
|
||||
},
|
||||
onAdd() {
|
||||
this.anchors = {} // 初始化时默认排序值为0
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -0,0 +1 @@
|
|||
.pagination-container[data-v-28fdfbeb]{padding:32px 16px;position:fixed;bottom:0;left:0;width:100%;background:#fff;padding:40px 280px;-webkit-box-shadow:0 -2px 10px rgba(0,0,0,.1);box-shadow:0 -2px 10px rgba(0,0,0,.1);z-index:100}.pagination-container.hidden[data-v-28fdfbeb]{display:none}.app-container[data-v-f87be822]{position:relative;padding-bottom:60px}.el-table[data-v-f87be822],.filter-container[data-v-f87be822]{padding-bottom:52px}.search[data-v-f87be822]{margin-left:10px}.avatar-uploader .el-upload[data-v-f87be822]{border:1px solid #131313;border-radius:6px;cursor:pointer;position:relative;overflow:hidden}.avatar-uploader .el-upload[data-v-f87be822]:hover{border-color:#409eff}.avatar-uploader-icon[data-v-f87be822]{border:1px solid #979797;border-radius:15px;font-size:28px;color:#8c939d;width:100px;height:100px;line-height:100px;text-align:center}
|
|
@ -1 +0,0 @@
|
|||
.pagination-container[data-v-28fdfbeb]{padding:32px 16px;position:fixed;bottom:0;left:0;width:100%;background:#fff;padding:40px 280px;-webkit-box-shadow:0 -2px 10px rgba(0,0,0,.1);box-shadow:0 -2px 10px rgba(0,0,0,.1);z-index:100}.pagination-container.hidden[data-v-28fdfbeb]{display:none}.app-container[data-v-d69aef2c]{position:relative;padding-bottom:60px}.el-table[data-v-d69aef2c],.filter-container[data-v-d69aef2c]{padding-bottom:52px}.search[data-v-d69aef2c]{margin-left:10px}.avatar-uploader .el-upload[data-v-d69aef2c]{border:1px solid #131313;border-radius:6px;cursor:pointer;position:relative;overflow:hidden}.avatar-uploader .el-upload[data-v-d69aef2c]:hover{border-color:#409eff}.avatar-uploader-icon[data-v-d69aef2c]{border:1px solid #979797;border-radius:15px;font-size:28px;color:#8c939d;width:100px;height:100px;line-height:100px;text-align:center}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue