yuan
8 天以前 b76c194666ee42873a6049e16377b62e68e52bac
fix: 隐藏环境工程的报工、设备保养、计量器具的附件按钮
已修改3个文件
36 ■■■■ 文件已修改
src/views/equipmentManagement/measurementEquipment/index.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/equipmentManagement/repair/index.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/productionManagement/workOrderManagement/index.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/equipmentManagement/measurementEquipment/index.vue
@@ -166,13 +166,13 @@
      width: "130",
      fixed: "right",
      operation: [
        {
          name: "附件",
          type: "text",
          clickFun: row => {
            openFilesFormDia(row);
          },
        },
        // {
        //   name: "附件",
        //   type: "text",
        //   clickFun: row => {
        //     openFilesFormDia(row);
        //   },
        // },
        {
          name: "编辑",
          type: "text",
src/views/equipmentManagement/repair/index.vue
@@ -126,11 +126,11 @@
                     @click="delRepairByIds(row.id)">
            删除
          </el-button>
          <el-button type="primary"
                     link
                     @click="openFileDialog(row)">
            附件
          </el-button>
<!--          <el-button type="primary"-->
<!--                     link-->
<!--                     @click="openFileDialog(row)">-->
<!--            附件-->
<!--          </el-button>-->
        </template>
      </PIMTable>
    </div>
src/views/productionManagement/workOrderManagement/index.vue
@@ -369,12 +369,12 @@
            downloadAndPrintWorkOrder(row);
          },
        },
        {
          name: "附件",
          clickFun: row => {
            openWorkOrderFiles(row);
          },
        },
        // {
        //   name: "附件",
        //   clickFun: row => {
        //     openWorkOrderFiles(row);
        //   },
        // },
        // {
        //   name: "物料",
        //   clickFun: row => {