diff --git a/src/views/production/planInfo/index.vue b/src/views/production/planInfo/index.vue index b3809f7..6c8f13d 100644 --- a/src/views/production/planInfo/index.vue +++ b/src/views/production/planInfo/index.vue @@ -54,16 +54,16 @@ - - - - - - - - - - + + + + + + + + + + 修改 + >修改 + 删除 + >删除 + 导出 + >导出 + - + - - - - - - - - - - - + + + + + + + + + + + + + - + - + - - + + - - + + @@ -147,14 +152,15 @@ icon="el-icon-edit" @click="handleUpdate(scope.row)" v-hasPermi="['production:planInfo:edit']" - >修改计划 - - - - - - - + >修改计划 + + + + + + + + @@ -170,11 +176,21 @@ + + + + + - + - + @@ -188,8 +204,9 @@ + - + - + - + + v-model="form.beginTime" + type="datetime" + value-format="yyyy-MM-dd HH:mm:ss" + placeholder="请选择实际开始时间" + > + v-model="form.endTime" + type="datetime" + value-format="yyyy-MM-dd HH:mm:ss" + placeholder="请选择实际完成时间" + > @@ -230,11 +249,11 @@