Kaynağa Gözat

Merge branch 'master' of http://49.233.37.222:3000/wjm/mec-cloud_IntelligentManufacturing_CRM

lph 1 yıl önce
ebeveyn
işleme
39c47a2b39

+ 2 - 2
ruoyi-ui/src/views/dataEngine/datamodeling/index.vue

@@ -144,7 +144,7 @@ export default {
     },
     /** 新增按钮操作 */
     handleAdd() {
-      this.$router.push("/datasheet/mysql");
+      this.$router.push("/data/createTable");
     },
     /** 搜索按钮操作 */
     handleQuery() {
@@ -177,7 +177,7 @@ export default {
     },
     handleUpdate(row) {
       this.$router.push({
-        path: "/datasheet/mysql",
+        path: "/data/createTable",
         query: {
           tableName: row.tableName,
           tableComment: row.tableComment,

+ 0 - 17
ruoyi-ui/src/views/tablelist/commonTable/listInfo.vue

@@ -131,22 +131,6 @@
         class-name="small-padding fixed-width"
       >
         <template slot-scope="scope">
-<<<<<<< HEAD
-          <el-button
-            size="mini"
-            type="text"
-            icon="el-icon-edit"
-            @click="handleUpdate(scope.row)"
-          >修改
-          </el-button>
-          <el-button
-            size="mini"
-            type="text"
-            icon="el-icon-delete"
-            @click="handleDelete(scope.row)"
-          >删除
-          </el-button>
-=======
           <el-dropdown>
             <el-button type="warning" plain size="small">
               处理<i class="el-icon-arrow-down el-icon--right"></i>
@@ -171,7 +155,6 @@
                 </el-dropdown-item>
               </el-dropdown-menu>
             </el-dropdown>
->>>>>>> 53e53a68 (修改样式和表格删除)
         </template>
       </el-table-column>
     </el-table>