From 60c85036e529d4406c83c5ed74fd0bc6212c6363 Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Tue, 18 Jun 2024 16:05:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=83=E6=A0=B8=E6=B7=BB=E5=8A=A0=E5=A4=87?= =?UTF-8?q?=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/option/supervise/supervise.js | 11 +++++++++++ src/views/supervise/IndicatorList.vue | 10 ++++++++++ 2 files changed, 21 insertions(+) diff --git a/src/option/supervise/supervise.js b/src/option/supervise/supervise.js index 53b28e60..63fd6b55 100644 --- a/src/option/supervise/supervise.js +++ b/src/option/supervise/supervise.js @@ -296,6 +296,17 @@ export const IndicatorColumnList = [ sortable: true, head: false, }, + { + prop: 'remark', + label: '备注', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, // { // prop: 'assessUserName', // label: '考核人', diff --git a/src/views/supervise/IndicatorList.vue b/src/views/supervise/IndicatorList.vue index 4f1805a2..3f29b3c0 100644 --- a/src/views/supervise/IndicatorList.vue +++ b/src/views/supervise/IndicatorList.vue @@ -214,6 +214,16 @@ placeholder="暂无" /> </el-form-item> + + <el-form-item label="备注"> + <el-input + :rows="2" + type="textarea" + v-model="lassificationform.remark" + placeholder="暂无" + /> + </el-form-item> + <div class="el_photo_max"> <el-form-item label="照片" class="el_fotnr"> <el-upload