From 95499df322310c4cb8ef73feb90f28fd5bb0a52b Mon Sep 17 00:00:00 2001 From: yinq Date: Wed, 10 Jan 2024 15:02:11 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20=E7=94=9F=E4=BA=A7=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/production/planInfo/index.vue | 272 +++++++++++++----------- 1 file changed, 147 insertions(+), 125 deletions(-) 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 @@