qymljy 2 年之前
父节点
当前提交
dff165b236
共有 2 个文件被更改,包括 9 次插入3 次删除
  1. 7 1
      src/SDrpManagement/QuotedPrice/detail/modules/itemClass/index.vue
  2. 2 2
      vue.config.js

+ 7 - 1
src/SDrpManagement/QuotedPrice/detail/modules/itemClass/index.vue

@@ -18,16 +18,22 @@
     <div class="produtMag-panel">
       <el-table
           ref="multipleTable"
-          height="calc(100vh - 500px)"
           :data="list"
           style="width: 100%"
+          height="calc(100vh - 500px)"
           :header-cell-style="{height:'50px',color:'#606266',fontWeight:'400'}"
           :cell-style="{height:'50px',color:'#666666',fontWeight:'400'}"
+          border
       >
         <!--        <el-table-column
                     type="selection"
                     width="55">
                 </el-table-column>-->
+        <el-table-column
+            prop="itemclassnum"
+            label="编号"
+            width="0">
+        </el-table-column>
         <el-table-column
             prop="itemclassfullname"
             label="产品类别名称"

+ 2 - 2
vue.config.js

@@ -15,8 +15,8 @@ module.exports = {
       proxy: {
         '/apis': {
           // target: 'http://61.164.207.46:8000',  // target host*/
-          target: 'http://192.168.3.9:8080',  // target host*/
-          // target: 'https://oms.idcgroup.com.cn:8079/',  // target host
+          // target: 'http://192.168.3.9:8080',  // target host*/
+          target: 'https://oms.idcgroup.com.cn:8079/',  // target host
           // target: 'localhost:8080',  // target host
           ws: true,  // proxy websockets 
           changeOrigin: true,  // needed for virtual hosted sites