diff --git a/src/views/modules/custom/epidemic.vue b/src/views/modules/custom/epidemic.vue index 5708bf28..41ffbbc6 100644 --- a/src/views/modules/custom/epidemic.vue +++ b/src/views/modules/custom/epidemic.vue @@ -30,13 +30,6 @@ placeholder="选择日期时间"> - - - - - - - @@ -48,11 +41,10 @@ - + - @@ -151,14 +143,6 @@ export default { } this.options = res.data.options }).catch(() => {}) - }, - formatState: function (row, column) { - let state = row.instructorFlag - if (state === '0') { - return '否' - } else if (state === '1') { - return '是' - } } } }