Pārlūkot izejas kodu

修复 案场信息 是否开放 字段显示

keyman1995 6 gadus atpakaļ
vecāks
revīzija
ca42974654

+ 3
- 2
config/index.js Parādīt failu

@@ -12,7 +12,8 @@ module.exports = {
12 12
     proxyTable: {
13 13
       '/api': {
14 14
         // target: 'https://dp.huiju360.com.cn/hj_operations',
15
-        target: 'http://192.168.0.62:8080', //wf
15
+        // target: 'http://192.168.0.62:8080', //wf
16
+        target: 'http://localhost:8080', 
16 17
         // target: 'http://192.168.0.11', //ys
17 18
         // target: 'http://192.168.0.125:8080', //hyq
18 19
         // target: 'http://dev.ycjcjy.com/', //frp
@@ -24,7 +25,7 @@ module.exports = {
24 25
     },
25 26
     // Various Dev Server settings
26 27
     host: '0.0.0.0', // can be overwritten by process.env.HOST
27
-    port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
28
+    port: 8081, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
28 29
     autoOpenBrowser: false,
29 30
     errorOverlay: true,
30 31
     notifyOnErrors: true,

+ 3
- 2
package-lock.json Parādīt failu

@@ -15250,8 +15250,9 @@
15250 15250
     },
15251 15251
     "vue-clipboard2": {
15252 15252
       "version": "0.2.1",
15253
-      "resolved": "https://registry.npmjs.org/vue-clipboard2/-/vue-clipboard2-0.2.1.tgz",
15254
-      "integrity": "sha512-n6ie/0g0bKohmLlC/5ja1esq2Q0jQ5hWmhNSZcvCsWfDeDnVARjl6cBB9p72XV1nlVfuqsZcfV8HTjjZAIlLBA==",
15253
+      "resolved": "http://registry.npm.taobao.org/vue-clipboard2/download/vue-clipboard2-0.2.1.tgz",
15254
+      "integrity": "sha1-nwZpCvHJiu80S+H8S+sAzcUwfuE=",
15255
+      "dev": true,
15255 15256
       "requires": {
15256 15257
         "clipboard": "2.0.1"
15257 15258
       }

+ 0
- 1
package.json Parādīt failu

@@ -24,7 +24,6 @@
24 24
     "js-md5": "^0.7.3",
25 25
     "vue": "^2.5.2",
26 26
     "vue-amap": "^0.5.8",
27
-    "vue-clipboard2": "^0.2.1",
28 27
     "vue-cookie": "^1.1.4",
29 28
     "vue-fullcalendar": "^1.0.9",
30 29
     "vue-morris": "0.0.13",

+ 7
- 0
src/pages/system/caseManager/caseInfo/index.vue Parādīt failu

@@ -22,6 +22,13 @@
22 22
           prop="CaseAddress"
23 23
           label="地址">
24 24
         </el-table-column>
25
+        <el-table-column
26
+          prop="Status"
27
+          label="是否开放">
28
+          <template slot-scope="scope">
29
+            <span>{{scope.row.Status == 0 ? '未开放' : '已开放'}}</span>
30
+          </template>
31
+        </el-table-column>
25 32
         <el-table-column label="操作" width="200">
26 33
           <template slot-scope="scope">
27 34
             <el-button