Browse Source

修改禅道问题

qukaidi 4 years ago
parent
commit
435de13565

+ 0 - 1
src/views/basicdata/fleet/carManage.vue

@@ -16,7 +16,6 @@
     </el-form>
     <el-table
       :data="dataList"
-      border
       v-loading="dataListLoading"
       @selection-change="selectionChangeHandle"
       style="width: 100%;"

+ 0 - 1
src/views/basicdata/fleet/companyMsg.vue

@@ -58,7 +58,6 @@
     </el-form>
     <el-table
       :data="dataList"
-      border
       stripe
       v-loading="dataListLoading"
       @selection-change="selectionChangeHandle"

+ 1 - 0
src/views/basicdata/fleet/driverMsg-add-or-update.vue

@@ -121,6 +121,7 @@
           v-model="dataFormD.fTel"
           :disabled="doNot"
           placeholder="联系电话"
+           maxlength="11"
         ></el-input>
       </el-form-item>
       <el-form-item label="家庭住址" prop="fAddr">

+ 0 - 1
src/views/basicdata/fleet/driverMsg.vue

@@ -18,7 +18,6 @@
     </el-form>
     <el-table
       :data="dataList"
-      border
       v-loading="dataListLoading"
       @selection-change="selectionChangeHandle"
       style="width: 100%;">

+ 5 - 1
src/views/fleet/plans/index.vue

@@ -324,7 +324,11 @@
         fixed="left"
       >
         <template slot-scope="scope">
-          <div @click="handleUpdate(scope.row)">{{ scope.row.mblno }}</div>
+          <el-link :underline="false"
+            ><div @click="handleUpdate(scope.row)">
+              {{ scope.row.mblno }}
+            </div></el-link
+          >
         </template>
       </el-table-column>
       <el-table-column

+ 5 - 1
src/views/fleet/scheduling/index.vue

@@ -307,7 +307,11 @@
         fixed="left"
       >
         <template slot-scope="scope">
-          <div @click="handleUpdate(scope.row)">{{ scope.row.mblno }}</div>
+            <el-link :underline="false"
+            ><div @click="handleUpdate(scope.row)">
+              {{ scope.row.mblno }}
+            </div></el-link
+          >
         </template>
       </el-table-column>
       <el-table-column

+ 5 - 1
src/views/fleet/sendcar/index.vue

@@ -317,7 +317,11 @@
         fixed="left"
       >
         <template slot-scope="scope">
-          <div @click="handleUpdate(scope.row)">{{ scope.row.mblno }}</div>
+            <el-link :underline="false"
+            ><div @click="handleUpdate(scope.row)">
+              {{ scope.row.mblno }}
+            </div></el-link
+          >
         </template>
       </el-table-column>
       <el-table-column

+ 6 - 2
src/views/track/cabinet/index.vue

@@ -324,7 +324,7 @@
         </div>
       </div>
     </el-row>
-    <el-dialog title="示" :visible.sync="showSetting" width="700px">
+    <el-dialog title="自定义列显示" :visible.sync="showSetting" width="700px">
       <div>配置排序列数据(拖动调整顺序)</div>
       <div style="margin-left: 17px">
         <el-checkbox
@@ -391,7 +391,11 @@
         fixed="left"
       >
         <template slot-scope="scope">
-          <div @click="handleUpdate(scope.row)">{{ scope.row.mblno }}</div>
+            <el-link :underline="false"
+            ><div @click="handleUpdate(scope.row)">
+              {{ scope.row.mblno }}
+            </div></el-link
+          >
         </template>
       </el-table-column>
       <el-table-column

+ 6 - 2
src/views/track/singleCost/index.vue

@@ -250,7 +250,7 @@
         </div>
       </div>
     </el-row>
-    <el-dialog title="示" :visible.sync="showSetting" width="700px">
+    <el-dialog title="自定义列显示" :visible.sync="showSetting" width="700px">
       <div>配置排序列数据(拖动调整顺序)</div>
       <div style="margin-left: 17px">
         <el-checkbox
@@ -317,7 +317,11 @@
         fixed="left"
       >
         <template slot-scope="scope">
-          <div @click="handleUpdate(scope.row)">{{ scope.row.mblno }}</div>
+            <el-link :underline="false"
+            ><div @click="handleUpdate(scope.row)">
+              {{ scope.row.mblno }}
+            </div></el-link
+          >
         </template>
       </el-table-column>
       <el-table-column