研发图纸文件管理系统-前端项目
longyvfengyun
2022-11-03 a44d2c7855ddb22149a1bb6bd67c0fb16a083c9c
内容提交
4个文件已修改
52 ■■■■■ 已修改文件
src/pages/resourceManage/materialsCenter/list.vue 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/resourceManage/product/details/details.vue 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/resourceManage/product/list.vue 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/resourceManage/software/list.vue 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/resourceManage/materialsCenter/list.vue
@@ -30,6 +30,9 @@
              onShowSizeChange: onSizeChange,
            }"
          >
            <template slot="dataIndex" slot-scope="{index}">
              {{index+1}}
            </template>
            <template slot="title">
              <span class="title">物料中心</span>
              <a-space class="operator" style="margin-left: 1em">
@@ -209,6 +212,16 @@
      webUrl: getWebUrl(),
      conditions: {},
      columns: [
        {
          fixed: "left",
          title: "序号",
          dataIndex: "dataIndex",
          key: "dataIndex",
          align: "center",
          width: 60,
          noSearch: true,
          scopedSlots: { customRender: "dataIndex" },
        },
        // {
        //   title: "类别",
        //   dataIndex: "category",
src/pages/resourceManage/product/details/details.vue
@@ -49,6 +49,9 @@
                        : ''
                  "
                >
                  <template slot="dataIndex" slot-scope="text, record, index">
                    {{index+1}}
                  </template>
                  <template slot="pictureUrl" slot-scope="text">
                    <div class="img-wraper">
                      <image-view v-if="text" :url="webUrl + text"></image-view>
@@ -353,6 +356,16 @@
      update: -1,
      columns: [
        {
          fixed: "left",
          title: "序号",
          dataIndex: "dataIndex",
          key: "dataIndex",
          align: "center",
          width: 60,
          noSearch: true,
          scopedSlots: { customRender: "dataIndex" },
        },
        {
          title: "类别",
          dataIndex: "category",
          key: "category",
src/pages/resourceManage/product/list.vue
@@ -30,6 +30,9 @@
              onShowSizeChange: onSizeChange,
            }"
          >
            <template slot="dataIndex" slot-scope="{index}">
              {{index+1}}
            </template>
            <template slot="title">
              <a-space class="operator">
                <span class="title">产品中心</span>
@@ -475,6 +478,16 @@
      conditions: {},
      columns: [
        {
          fixed: "left",
          title: "序号",
          dataIndex: "dataIndex",
          key: "dataIndex",
          align: "center",
          width: 60,
          noSearch: true,
          scopedSlots: { customRender: "dataIndex" },
        },
        {
          title: "编号",
          dataIndex: "parentCode",
          key: "parentCode",
src/pages/resourceManage/software/list.vue
@@ -29,6 +29,9 @@
              onShowSizeChange: onSizeChange,
            }"
          >
            <template slot="dataIndex" slot-scope="{index}">
              {{index+1}}
            </template>
            <template slot="title">
              <a-space>
                <span class="title">软件中心</span>
@@ -242,6 +245,16 @@
      conditions: {},
      columns: [
        {
          fixed: "left",
          title: "序号",
          dataIndex: "dataIndex",
          key: "dataIndex",
          align: "center",
          width: 60,
          noSearch: true,
          scopedSlots: { customRender: "dataIndex" },
        },
        {
          title: "名称",
          dataIndex: "soft.fileName",
          align: "center",