lph 1 vuosi sitten
vanhempi
säilyke
4c4d0390ab

+ 1 - 1
ruoyi-ui/src/views/tableMange/index.vue

@@ -370,7 +370,7 @@
           class-name="small-padding fixed-width"
         >
           <!-- <template slot-scope="scope"> -->
-          <template slot-scope="scope">
+          <template>
             <!-- <el-button
               size="mini"
               type="text"

+ 1 - 3
ruoyi-ui/src/views/tablelist/commonTable/listInfo.vue

@@ -463,7 +463,7 @@ export default {
         Object.assign(this.defaultValue, row);
         this.jsonData = JSON.parse(data.dfVueTemplate);
         this.open = true;
-        this.title = "修改信息123";
+        this.title = "修改信息";
         this.form.password = this.initPassword;
         this.$nextTick(() => {
           this.$refs.addFromRef.setData(row);
@@ -538,9 +538,7 @@ export default {
     },
     /** 导出按钮操作 */
     handleExport() {
-      console.log(this.tableList);
       let primary = camelCase(this.templateInfo.template?.primaryKey);
-      console.log(primary);
       if (this.ids.length > 0) {
         this.queryParams["execlMap"] = [];
         this.ids.forEach((item) => {