Explorar el Código

所属服务器

三七 hace 1 día
padre
commit
18e17d7ce3
Se han modificado 1 ficheros con 11 adiciones y 1 borrados
  1. 11 1
      src/views/qw/qwCompany/index.vue

+ 11 - 1
src/views/qw/qwCompany/index.vue

@@ -119,7 +119,7 @@
       </el-table-column>
       <el-table-column label="创建时间" align="center" prop="createTime" width="180"/>
       <el-table-column label="更改时间" align="center" prop="updateTime" width="180"/>
-      <el-table-column label="创建人" align="center" prop="createBy" />
+      <el-table-column label="所属服务器" align="center" prop="companyServerNum" />
       <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
         <template slot-scope="scope">
           <el-button
@@ -207,6 +207,15 @@
             />
           </el-select>
         </el-form-item>
+        <el-form-item label="客服服务器" prop="companyServerNum" >
+          <el-input-number
+            v-model="form.companyServerNum"
+            :min="1"
+            :max="20"
+            placeholder="客服服务器"
+          >
+          </el-input-number>
+        </el-form-item>
         <el-form-item label="企业可信IP" >
           <div>42.194.245.189;119.29.195.254;129.204.130.233;43.138.187.210;129.204.76.229;159.75.239.132119.29.249.66;122.152.230.82</div>
         </el-form-item>
@@ -445,6 +454,7 @@ export default {
         shareAppId: null,
         shareAgentId: null,
         shareSchema: null,
+        companyServerNum:null,
       };
       this.resetForm("form");
     },