diff --git a/.env.development b/.env.development index e9dfee0..410ce99 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ - VITE_API_BASE='https://hwjb.homilychart.com/dev/admin' +VITE_API_BASE='https://hwjb.homilychart.com/dev/admin' # 测试环境 # VITE_API_BASE='http://54.255.212.181:10704/' # 正式环境 @@ -13,4 +13,4 @@ VITE_UPLOAD_URL=http://39.101.133.168:8828/hljw/api/aws/upload # 本地 #VITE_API_BASE='http://localhost:8081/' # sunjiabei -# VITE_API_BASE='http://192.168.1.70:8081/' \ No newline at end of file +#VITE_API_BASE='http://192.168.1.50:8081/' \ No newline at end of file diff --git a/src/views/audit/bean/beanAudit.vue b/src/views/audit/bean/beanAudit.vue index 3d89c26..69394f9 100644 --- a/src/views/audit/bean/beanAudit.vue +++ b/src/views/audit/bean/beanAudit.vue @@ -4,26 +4,28 @@
精网号: - +
所属地区: + style="width: 12vw" @change="handleMarketChange"/>
- 提交时间: + 提交时间: 审核时间: - - - 近7天 + end-placeholder="结束时间" class="selectContent" style="width: 25vw;margin-right:1vw" + @change="handleDatePickerChange" + :default-time="defaultTime"/> + + +
重置 @@ -53,15 +55,15 @@ {{ scope.$index + 1 + (pagination.pageNum - 1) * pagination.pageSize }} - - - - - - - - - + + + + + + + + + + prop="operation" label="操作" width="400px"> - + 驳回
@@ -98,14 +102,16 @@ + v-model:page-size="pagination.pageSize" layout="total, sizes, prev, pager, next, jumper" + :total="stats.num" + @size-change="handlePageSizeChange" @current-change="handleCurrentChange"> - +