| | |
| | | <el-tag v-if="nodeRow.description">{{ nodeRow.description }}</el-tag> |
| | | </el-descriptions-item> |
| | | </el-descriptions> |
| | | <!-- <avue-crud>--> |
| | | <!-- :data="data"--> |
| | | <!-- :option="option"--> |
| | | <!-- </avue-crud>--> |
| | | </basic-container> |
| | | </el-main> |
| | | |
| | | <!-- 新增 修改 --> |
| | | <!-- 新增 修改 --> |
| | | <el-dialog |
| | | v-dialogDrag |
| | | :title="dialogTitle === 'add' ? '创建' : '修改'" |
| | |
| | | </span> |
| | | </el-dialog> |
| | | |
| | | <!-- 导入 --> |
| | | <!-- 导入 --> |
| | | <upload-file ref="upload" :fileType="upFileType" :fileUrl="fileUrl" :tipList="tipList" title="导入" |
| | | @updata="getTreeList"></upload-file> |
| | | |
| | | <!-- 查看使用范围 --> |
| | | <!-- 查看使用范围 --> |
| | | <el-dialog |
| | | v-dialogDrag |
| | | :visible.sync="checkViewVisible" |
| | |
| | | name: "index", |
| | | data() { |
| | | return { |
| | | data:[], |
| | | option:{ |
| | | ...basicOption |
| | | }, |
| | | checkViewVisible: false, |
| | | checkViewData: [], |
| | | checkViewDataSearch: [], |