Browse Source

加微记录详情展示优化

zyy 1 week ago
parent
commit
1bb17efcfb
1 changed files with 19 additions and 19 deletions
  1. 19 19
      src/views/taskStatistics/wxClient/index.vue

+ 19 - 19
src/views/taskStatistics/wxClient/index.vue

@@ -158,25 +158,25 @@
         </template>
       </el-table-column>
 
-      <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
-        <template slot-scope="scope">
-          <!--          <el-button-->
-          <!--            size="mini"-->
-          <!--            type="text"-->
-          <!--            icon="el-icon-edit"-->
-          <!--            @click="handleUpdate(scope.row)"-->
-          <!--            v-hasPermi="['company:companyClient:edit']"-->
-          <!--          >修改</el-button>-->
-          <el-button
-            size="mini"
-            type="text"
-            icon="el-icon-delete"
-            @click="handleDelete(scope.row)"
-            v-hasPermi="['company:addwxlog:remove']"
-          >删除
-          </el-button>
-        </template>
-      </el-table-column>
+<!--      <el-table-column label="操作" align="center" class-name="small-padding fixed-width">-->
+<!--        <template slot-scope="scope">-->
+<!--          &lt;!&ndash;          <el-button&ndash;&gt;-->
+<!--          &lt;!&ndash;            size="mini"&ndash;&gt;-->
+<!--          &lt;!&ndash;            type="text"&ndash;&gt;-->
+<!--          &lt;!&ndash;            icon="el-icon-edit"&ndash;&gt;-->
+<!--          &lt;!&ndash;            @click="handleUpdate(scope.row)"&ndash;&gt;-->
+<!--          &lt;!&ndash;            v-hasPermi="['company:companyClient:edit']"&ndash;&gt;-->
+<!--          &lt;!&ndash;          >修改</el-button>&ndash;&gt;-->
+<!--          <el-button-->
+<!--            size="mini"-->
+<!--            type="text"-->
+<!--            icon="el-icon-delete"-->
+<!--            @click="handleDelete(scope.row)"-->
+<!--            v-hasPermi="['company:addwxlog:remove']"-->
+<!--          >删除-->
+<!--          </el-button>-->
+<!--        </template>-->
+<!--      </el-table-column>-->
     </el-table>
 
     <pagination