ZaiZai il y a 1 an
Parent
commit
1f8228b863
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      src/views/desk/wbs/element-lib.vue

+ 0 - 1
src/views/desk/wbs/element-lib.vue

@@ -113,7 +113,6 @@ const pageChange = ({ current, size }) => {
 const tableData = ref([])
 const tableColumn = ref([
     { key: 'title', name: '名称' },
-    { key: 'tabType', name: '类型', width: 120, align: 'center' },
     { key: 'elementTotal', name: '总量', width: 80, align: 'center' },
     { key: 'tabOwner', name: '所属方', width: 140, align: 'center' },
     { key: 'fillRate', name: '填报率', width: 80, align: 'center' },