duy 5 ヶ月 前
コミット
3b1bed30ad
1 ファイル変更0 行追加1 行削除
  1. 0 1
      src/views/ledger/components/internal.vue

+ 0 - 1
src/views/ledger/components/internal.vue

@@ -234,7 +234,6 @@ const tableInternalColumn = ref([
     { key: 'subentryChildProject', name: '子分项工程' },
     { key: 'process', name: '工序' },
     { key: 'taskStatus', name: '审批状态', width: 120, align: 'center' },
-
     { key: 'isEvaluate', name: '是否评定', width: 100, align: 'center' },
     { key: 'isExperiment', name: '关联试验', width: 100, align: 'center' },
 ])