Browse Source

feature(订单管理系统):
1、修改字段名称

niezch 2 years ago
parent
commit
0ef1c86a3b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/customer/components/Bid.vue

+ 1 - 1
src/views/customer/components/Bid.vue

@@ -50,7 +50,7 @@
         <el-col :span="12">
           <el-form-item label="创建时间" prop="biddingTime">
             <el-date-picker
-              v-model="form.createdOn"
+              v-model="form.biddingTime"
               format="yyyy-MM-dd HH:mm"
               placeholder="请选择创建时间"
               style="width: 100%"