研发图纸文件管理系统-前端项目
longyvfengyun
2022-08-01 29af5261f9e5ecfbb1c22a0a7b7d0c2a5fd7f0fb
Merge branch 'master' of http://118.89.139.230:10101/r/docManageSystem
1个文件已修改
22 ■■■■ 已修改文件
src/pages/drawManage/drawCenter/DrawCenter.vue 22 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/drawManage/drawCenter/DrawCenter.vue
@@ -52,7 +52,7 @@
            <template slot="pictureUrl" slot-scope="{ record }">
              <div class="img-wraper">
                <image-view
                  v-if="record"
                  v-if="record.pictureUrl"
                  :url="webUrl + record.pictureUrl"
                ></image-view>
              </div>
@@ -228,21 +228,21 @@
          align: "center",
        },
        {
          title: "创建日期",
          title: "创建时间",
          dataIndex: "createDate",
          key: "createDate",
          align: "center",
          noSearch: true,
          width: 120,
          width: 160,
        },
        {
          title: "更新日期",
          dataIndex: "updateDate",
          key: "updateDate",
          align: "center",
          noSearch: true,
          width: 120,
        },
        // {
        //   title: "更新日期",
        //   dataIndex: "updateDate",
        //   key: "updateDate",
        //   align: "center",
        //   noSearch: true,
        //   width: 120,
        // },
        {
          title: "版本",
          dataIndex: "version",