wangting
2024-09-27 7e45169698349fa0b0b37b151edce5bb28eab74f
Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/uiDefine/rightRegion/plShow.vue
ÎļþÃû´Ó Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/uiDefine/plShow.vue ÐÞ¸Ä
@@ -28,6 +28,7 @@
        <el-tag v-else type="danger">未启用</el-tag>
      </template>
    </avue-crud>
    <bottom-table :sourceData="selectList[0]" :height="'280px'" style="margin-top: 15px;"></bottom-table>
    <!-- åˆ›å»ºç¼–辑自定义对话框    -->
    <el-dialog
      v-dialogDrag
@@ -110,7 +111,7 @@
  deleteTabData,
} from "@/api/UI/uiDefine";
import func from "@/util/func";
import {uiDefineVOData} from "@/views/base/uiDefineVO";
import bottomTable from "./bottomTable/index";
export default {
name: "plShow",
@@ -120,6 +121,7 @@
      default: {}
    },
  },
  components:{bottomTable},
  data() {
    return {
      uiDefineOid:'',
@@ -128,7 +130,7 @@
      selectList: [],
      option: {
        ...basicOption,
        height:'50%',
        height:'300px',
        addBtn: false,
        editBtn: false,
        delBtn: false,
@@ -234,6 +236,7 @@
      }
      getTabByContextIdAndType( params).then(res => {
        this.data = res.data.data;
        this.selectList=[];
        this.$refs.crud.clearSelection();
        this.tableLoading = false;
      })