Pārlūkot izejas kodu

【采购订单维护】交货日期编辑、查看规范

002390 1 gadu atpakaļ
vecāks
revīzija
cd6d8349ed

+ 1 - 1
src/views/purchase/purchase-order/edit/index.vue

@@ -1123,7 +1123,7 @@ export default {
                 :disabled="column.disabled"
                 :picker-options="column.pickerOptions"
                 style="width: 100%"
-                v-bind="cColumn.attr || {}"
+                v-bind="column.attr || {}"
               ></el-date-picker>
               <el-checkbox
                 v-if="column.inputType === 'Checkbox'"

+ 1 - 1
src/views/purchase/purchase-order/see/index.vue

@@ -392,7 +392,7 @@ export default {
                 readonly
                 :picker-options="column.pickerOptions"
                 style="width: 100%"
-                v-bind="cColumn.attr || {}"
+                v-bind="column.attr || {}"
               ></el-date-picker>
               <el-checkbox
                 v-if="column.inputType === 'Checkbox'"