Crunchy
2025-03-17 0a26d58a3906b9e13946c7cb46fae51a0de98920
src/views/CNAS/process/method/standardMethodsChange/index.vue
@@ -13,25 +13,18 @@
        </el-form>
      </div>
      <div>
        <el-button size="medium" type="primary" @click="openFormDia('add')">新 增</el-button>
        <el-button size="small" type="primary" @click="openFormDia('add')">新 增</el-button>
      </div>
    </div>
    <div class="table">
      <div>
        <TableCard :showForm="false" :showTitle="false">
          <template v-slot:table>
            <lims-table :tableData="tableData" :column="tableColumn" :height="'calc(100vh - 250px)'"
              @pagination="pagination" :page="page" :tableLoading="tableLoading"></lims-table>
          </template>
        </TableCard>
      </div>
      <lims-table :tableData="tableData" :column="tableColumn" :height="'calc(100vh - 250px)'"
                  @pagination="pagination" :page="page" :tableLoading="tableLoading"></lims-table>
    </div>
    <formDIaChange v-if="formDIa" ref="formDIa" :operationType="operationType" @closeDia="closeDia"></formDIaChange>
  </div>
</template>
<script>
import TableCard from '@/views/CNAS/externalService/serviceAndSupplyPro/component/index.vue';
import formDIaChange from './component/formDIaChange.vue';
import limsTable from '@/components/Table/lims-table.vue'
import {
@@ -41,9 +34,9 @@
} from '@/api/cnas/process/method/standardMethodsChange'
export default {
  name: 'a7-changes-standard-methods',
  name: 'StandardMethodschange',
  // import 引入的组件需要注入到对象中才能使用
  components: { limsTable, formDIaChange, TableCard },
  components: { limsTable, formDIaChange },
  data() {
    // 这里存放数据
    return {