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="暂无"
/>
+
+