唐耀东
2022-10-12 901be26b0491501afe8eb145392a8d8c307f0138
src/views/construction/constructionList/index.vue
@@ -30,6 +30,9 @@
          <el-tab-pane label="软件系统" name="eight">
            <system v-if="activeName === 'eight'" :schoolId="schoolId"></system>
          </el-tab-pane>
          <el-tab-pane label="其他" name="nine">
            <other v-if="activeName === 'nine'" :schoolId="schoolId"></other>
          </el-tab-pane>
        </el-tabs>
        <div class="right-view-title-icon">
          <img alt="" title="施工批次" src="@/assets/images/batch-icon.png" @click="batchOpen = true" class="right-view-title-icon-item" />
@@ -58,6 +61,7 @@
import exchange from '../exchange'
import server from '../server'
import system from '../system'
import other from '../other'
export default {
  name: "constructionList",
@@ -71,7 +75,8 @@
    ai,
    exchange,
    server,
    system
    system,
    other
  },
  data() {
    return {