Browse Source

订单核销编辑

qymljy 1 year ago
parent
commit
a605cfc643
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/HDrpManagement/writeoffbill/components/edit.vue

+ 1 - 1
src/HDrpManagement/writeoffbill/components/edit.vue

@@ -40,7 +40,7 @@
                 <el-date-picker
                   v-model="form.billnodate"
                   type="date"
-                  value-format="yy-mm-dd"
+                  value-format="yyyy-MM-dd"
                   placeholder="选择日期">
                 </el-date-picker>
               </el-form-item>