|
|
@@ -2,7 +2,7 @@
|
|
|
<div class="modal-dialog modal-dialog-centered">
|
|
|
<div class="modal-content">
|
|
|
<div class="modal-header">
|
|
|
- <h5 class="modal-title text-center">服务商添加</h5>
|
|
|
+ <h5 class="modal-title text-center">装卸队添加</h5>
|
|
|
<button type="button" class="close" data-dismiss="modal" @click="editFacilitator={},selectIndex=null,facilitatorError={}">
|
|
|
<span>×</span>
|
|
|
</button>
|
|
|
@@ -10,7 +10,7 @@
|
|
|
<div class="modal-body">
|
|
|
<form class="form">
|
|
|
<div class="form-group row" >
|
|
|
- <label for="add-name" class="col-sm-3 col-form-label text-right">服务商名称</label>
|
|
|
+ <label for="add-name" class="col-sm-3 col-form-label text-right">装卸队名称</label>
|
|
|
<div class="col-sm-9 form-inline">
|
|
|
<input type="text" class="form-control col-sm-12" v-model="editFacilitator.name" placeholder="输入服务商名称" :class="facilitatorError.name? 'is-invalid' :''">
|
|
|
<div class="invalid-feedback" >
|