diff --git a/web/src/views/transaction/invoice/index.vue b/web/src/views/transaction/invoice/index.vue index ddd602b..92330a9 100644 --- a/web/src/views/transaction/invoice/index.vue +++ b/web/src/views/transaction/invoice/index.vue @@ -344,26 +344,27 @@ const validateForm = { type="daterange" clearable placeholder="请选择提交时间" - style="width: 240px" + style="width: 280px" @update:value="$table?.handleSearch()" /> - + - + @@ -373,6 +374,7 @@ const validateForm = { clearable type="text" placeholder="请输入公司名称" + style="width: 200px" @keypress.enter="$table?.handleSearch()" /> @@ -382,6 +384,7 @@ const validateForm = { clearable type="text" placeholder="请输入公司税号" + style="width: 200px" @keypress.enter="$table?.handleSearch()" />