田源
2023-11-03 46cf6e5f043bc0d267dc32333f16e2a0dddc3890
Source/UBCS-WEB/src/components/template/Stage.vue
@@ -1,5 +1,6 @@
<template>
  <div v-if="Formlist.length>0">
    <div style="height: calc(100vh - 553px)">
    <avue-crud ref="crud" :data="data" :option="option" :page.sync="page" :table-loading="loading"
               @on-load="getDataList" @size-change="handleSizePage" @current-change="handleCurrentPage"
               @row-click="handleRowClick">
@@ -9,6 +10,8 @@
        </el-button>
      </template>
    </avue-crud>
    </div>
    <el-dialog :visible.sync="dialogNode" append-to-body="true" title="模板阶段" width="50%">
      <avue-crud ref="crud" :data="stageData" :option="stageOption" :table-loading="loading" @on-load="getStagelist"
                 @row-click="handleRowStageClick">
@@ -109,7 +112,7 @@
      ],
      option: {
        ...options,
        height: 383,
        height: 'auto',
        column: [
          {label: '模板编号', prop: 'modelKey'},
          {label: '模板名称', prop: 'modelName'},