研发图纸文件管理系统-前端项目
longyvfengyun
2024-01-03 9900744c80093518fb763f71d1ee037bc99a6473
修改sop文本
2个文件已修改
8 ■■■■ 已修改文件
src/pages/resourceManage/sopFile/list.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router/config.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/resourceManage/sopFile/list.vue
@@ -37,6 +37,10 @@
                >
              </a-space>
            </template>
              <template slot="status" slot-scope="{ record }">
                  <a-tag color="green" v-if="record.status">可用</a-tag>
                  <a-tag color="red" v-else>不可用</a-tag>
              </template>
            <template slot="action" slot-scope="{ record }">
              <a-popover v-if="!record.currentFlag" title="" trigger="hover">
                <div class="" slot="content" style="width: 450px">
@@ -443,7 +447,7 @@
          customCell: this.customCell,
        },
        {
          title: "是否锁定",
          title: "是否可用",
          dataIndex: "status",
          dataType: "boolean",
          align: "center",
src/router/config.js
@@ -44,7 +44,7 @@
          path: 'workplaceList',
          name: '问题反馈查询',
          meta: {
            icon: "exceptionOutlined"
            icon: "message"
          },
          component: () => import('@/pages/workplace/workplaceList')
        },