多体系建设信息化条统-前端
祖安之光
2026-02-02 2b1db166900b75df2cff639aec9c6ee9ce708735
修改新增
3 files modified
9 ■■■■■ changed files
src/views/build/conpanyFunctionConsult/digitalFileDep/manageType/appFile/index.vue 3 ●●●● patch | view | raw | blame | history
src/views/build/conpanyFunctionConsult/digitalFileDep/manageType/recordSheets/index.vue 3 ●●●● patch | view | raw | blame | history
src/views/build/conpanyFunctionConsult/digitalFileDep/manageType/workInstruct/index.vue 3 ●●●● patch | view | raw | blame | history
src/views/build/conpanyFunctionConsult/digitalFileDep/manageType/appFile/index.vue
@@ -33,7 +33,8 @@
      <el-table-column label="名称" prop="templateName" align="center"/>
      <el-table-column label="文件" align="center">
        <template #default="scope">
          <el-link type="primary" @click="openFile(scope.row.filePath)">{{scope.row.templateName + '模板' + scope.row.format}}</el-link>
          <el-link v-if="scope.row.filePath && scope.row.filePath !== ''" type="primary" @click="openFile(scope.row.filePath)">{{scope.row.templateName + scope.row.format}}</el-link>
          <span v-else></span>
        </template>
      </el-table-column>
      <el-table-column label="操作" align="center" class-name="small-padding fixed-width" >
src/views/build/conpanyFunctionConsult/digitalFileDep/manageType/recordSheets/index.vue
@@ -33,7 +33,8 @@
      <el-table-column label="名称" prop="templateName" align="center"/>
      <el-table-column label="文件" align="center">
        <template #default="scope">
          <el-link type="primary" @click="openFile(scope.row.filePath)">{{scope.row.templateName + '模板' + scope.row.format}}</el-link>
          <el-link v-if="scope.row.filePath && scope.row.filePath !== ''" type="primary" @click="openFile(scope.row.filePath)">{{scope.row.templateName + scope.row.format}}</el-link>
          <span v-else></span>
        </template>
      </el-table-column>
      <el-table-column label="操作" align="center" class-name="small-padding fixed-width" >
src/views/build/conpanyFunctionConsult/digitalFileDep/manageType/workInstruct/index.vue
@@ -33,7 +33,8 @@
      <el-table-column label="名称" prop="templateName" align="center"/>
      <el-table-column label="文件" align="center">
        <template #default="scope">
          <el-link type="primary" @click="openFile(scope.row.filePath)">{{scope.row.templateName + '模板' + scope.row.format}}</el-link>
          <el-link v-if="scope.row.filePath && scope.row.filePath !== ''" type="primary" @click="openFile(scope.row.filePath)">{{scope.row.templateName + scope.row.format}}</el-link>
          <span v-else></span>
        </template>
      </el-table-column>
      <el-table-column label="操作" align="center" class-name="small-padding fixed-width" >