zss
2023-12-14 1789ce3650a2665b5abca7a3028611190d1983df
src/views/common/document.vue
@@ -61,7 +61,7 @@
      <el-button @click="innerVisible = false">取 消</el-button>
      <el-button type="primary" @click="saveSelectRow">确 定</el-button>
    </div>
    <DocumentDetail :currshowlist.sync="showDocument" :docId="documentId">
    <DocumentDetail :currshowlist.sync="showDocument" :docId="Number(documentId)">
    </DocumentDetail>
  </el-dialog>
</template>
@@ -151,7 +151,7 @@
            searchInfoType: 'text'
          },
          // 绝缘颜色
          {
          /* {
            minWidth: '120',
            prop: 'insulationColor',
            label: '绝缘颜色',
@@ -169,7 +169,7 @@
            isTrue: true,
            isSearch: true,
            searchInfoType: 'text'
          },
          }, */
          {
            minWidth: '120',
            prop: 'version',
@@ -189,7 +189,7 @@
            isSearch: true,
            searchInfoType: 'text'
          },
          {
         /*  {
            minWidth: '120',
            prop: 'country',
            label: '国家',
@@ -197,7 +197,7 @@
            isTrue: true,
            isSearch: true,
            searchInfoType: 'text'
          },
          }, */
          {
            minWidth: '120',
            prop: 'state',