baichengfei 5 ani în urmă
părinte
comite
ad5b8abf01

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilcontract/contract-basis-year-check/index.vue

@@ -68,7 +68,7 @@
         </el-table-column>
         <el-table-column sortable show-overflow-tooltip prop="SupplierName" header-align="center" width="130"
                          label="服务商名称"></el-table-column>
-        <el-table-column sortable show-overflow-tooltip prop="Status" header-align="center" width="130" label="状态">
+        <el-table-column sortable show-overflow-tooltip prop="Status" header-align="center" width="140" label="状态">
           <template slot-scope="scope">
             <div>{{ columnFun(scope.row.Status) }}</div>
           </template>

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilcontract/contract-goods-year-check/index.vue

@@ -79,7 +79,7 @@
 
         <el-table-column sortable show-overflow-tooltip prop="SupplierName" header-align="center" label="供应商名称"
                          width="180"></el-table-column>
-        <el-table-column sortable show-overflow-tooltip prop="Status" align="center" label="状态" width="120">
+        <el-table-column sortable show-overflow-tooltip prop="Status" align="center" label="状态" width="140">
           <template slot-scope="scope">
             {{ columnFun(scope.row.Status) }}
           </template>

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilcontract/contract-service-year-check/index.vue

@@ -85,7 +85,7 @@
                    <div>{{tableFun(column.prop,scope.row[column.prop])}}</div>
                  </template>
            </el-table-column> -->
-        <el-table-column sortable show-overflow-tooltip prop="SupplierName" header-align="center" width="130"
+        <el-table-column sortable show-overflow-tooltip prop="SupplierName" header-align="center" width="140"
                          label="服务商名称"></el-table-column>
         <el-table-column sortable show-overflow-tooltip prop="Status" header-align="center" width="130" label="状态">
           <template slot-scope="scope">