Browse Source

去掉测量工

zhangbiao 3 years ago
parent
commit
e44615d79a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/home/index.vue

+ 1 - 1
src/views/home/index.vue

@@ -112,7 +112,7 @@ export default {
     initFun() {
       this.engineeringWorkList = [
         { text: "桥隧工", value: "QiaoSuiGong" },
-        { text: "测量工", value: "CeLiangGong" },
+        // { text: "测量工", value: "CeLiangGong" },
         { text: "线路工", value: "XianLuGong" }
       ];
       this.engineeringWorkChooseValue = this.engineeringWorkList[0].value;