Browse Source

去掉测量工

zhangbiao 3 năm trước cách đây
mục cha
commit
e44615d79a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;