ÎļþÃû´Ó Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/uiDefine/plShow.vue ÐÞ¸Ä |
| | |
| | | <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 |
| | |
| | | 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", |
| | |
| | | default: {} |
| | | }, |
| | | }, |
| | | components:{bottomTable}, |
| | | data() { |
| | | return { |
| | | uiDefineOid:'', |
| | |
| | | selectList: [], |
| | | option: { |
| | | ...basicOption, |
| | | height:'50%', |
| | | height:'300px', |
| | | addBtn: false, |
| | | editBtn: false, |
| | | delBtn: false, |
| | |
| | | } |
| | | getTabByContextIdAndType( params).then(res => { |
| | | this.data = res.data.data; |
| | | this.selectList=[]; |
| | | this.$refs.crud.clearSelection(); |
| | | this.tableLoading = false; |
| | | }) |