diff --git a/src/components/tablecmt/tablecmt.vue b/src/components/tablecmt/tablecmt.vue index 3c85c601..c3051b21 100644 --- a/src/components/tablecmt/tablecmt.vue +++ b/src/components/tablecmt/tablecmt.vue @@ -40,6 +40,7 @@ v-if="column.type == 3" v-model="column.values" class="m-2" + clearable :placeholder="`请选择${column.label}`" @change="selectchange($event,column)" @clear="selectclear($event,column)" @@ -55,6 +56,8 @@ v-model="column.values" v-if="column.type == 4" type="date" + clearable + style="width: 150px;" :placeholder="`请选择${column.label}`" @change="timechange($event,column)" @clear="timeclear($event,column)" @@ -63,6 +66,8 @@ v-model="column.values" v-if="column.type == 5" type="datetime" + clearable + style="width: 190px;" :placeholder="`请选择${column.label}`" format="YYYY/MM/DD HH:mm:ss" @change="timechange($event,column)" diff --git a/src/views/distribution/inventory/delivery/distributionStockArticle.vue b/src/views/distribution/inventory/delivery/distributionStockArticle.vue index e5912850..14b9b7bb 100644 --- a/src/views/distribution/inventory/delivery/distributionStockArticle.vue +++ b/src/views/distribution/inventory/delivery/distributionStockArticle.vue @@ -79,34 +79,21 @@ - - - - - -