qushaowei
2025-06-10 e8af9e2a6d0b509a807a6bb22a6efbfb3678be6d
src/views/eam/modules/repairStandard/RepairStandardRight.vue
@@ -25,9 +25,9 @@
            :md="8"
            :sm="8"
          >
            <a-form-item label="维修标准名称">
            <a-form-item label="维修标准内容">
              <j-input
                placeholder="请输入维修标准名称"
                placeholder="请输入维修标准内容"
                v-model="queryParam.name"
              ></j-input>
            </a-form-item>
@@ -54,13 +54,13 @@
        @click="handleAdd"
        type="primary"
        icon="plus"
        :hidden="disabled"
      >新增</a-button>
      <a-button
      <!-- :hidden="disabled" -->
      <!-- <a-button
        type="primary"
        icon="download"
        @click="handleExportXls('原因')"
      >导出</a-button>
      >导出</a-button> -->
      <a-dropdown v-if="selectedRowKeys.length > 0">
        <a-button style="margin-left: 8px">
          批量操作
@@ -254,7 +254,7 @@
          // sorter: true,
        },
        {
          title: '维修标准名称',
          title: '维修标准内容',
          align: 'center',
          dataIndex: 'name',
          scopedSlots: {