| | |
| | | <template> |
| | | <el-main> |
| | | <el-card shadow="never"> |
| | | <el-tabs tab-position="top" class="custom-tabs"> |
| | | |
| | | <el-tab-pane label="å·¥ä½"> |
| | | <el-tabs tab-position="top" class="custom-tabs" v-model="activeName"> |
| | | <el-tab-pane label="å·¥ä½" name="1"> |
| | | <el-container> |
| | | <el-aside width="200px" v-loading="showGrouploading"> |
| | | <el-container> |
| | | <el-header> |
| | | <el-input placeholder="è¾å
¥å
³é®åè¿è¡è¿æ»¤" v-model="groupFilterText" clearable></el-input> |
| | | </el-header> |
| | | <el-main class="nopadding"> |
| | | <el-tree ref="group" class="menu" node-key="id" :data="group" :current-node-key="''" |
| | | :highlight-current="true" :expand-on-click-node="false" |
| | | :filter-node-method="groupFilterNode" @node-click="groupClick"></el-tree> |
| | | </el-main> |
| | | </el-container> |
| | | </el-aside> |
| | | <el-container> |
| | | <el-header> |
| | | <div class="left-panel"> |
| | | <el-button type="primary" icon="el-icon-plus" @click="add"></el-button> |
| | | <el-button type="danger" plain icon="el-icon-delete" :disabled="selection.length == 0" |
| | | @click="batch_del"></el-button> |
| | | <el-button type="primary" plain :disabled="selection.length == 0">åé
è§è²</el-button> |
| | | <el-button type="primary" plain :disabled="selection.length == 0">å¯ç éç½®</el-button> |
| | | </div> |
| | | <div class="right-panel"> |
| | | <div class="right-panel-search"> |
| | | <el-input v-model="search.name" placeholder="ç»å½è´¦å· / å§å" clearable></el-input> |
| | | <el-button type="primary" icon="el-icon-search" @click="upsearch"></el-button> |
| | | </div> |
| | | </div> |
| | | </el-header> |
| | | <el-main class="nopadding"> |
| | | <scTable ref="table" :apiObj="apiObj" @selection-change="selectionChange" stripe remoteSort |
| | | remoteFilter> |
| | | <el-table-column type="selection" width="50"></el-table-column> |
| | | <el-table-column label="ID" prop="id" width="80" sortable='custom'></el-table-column> |
| | | <el-table-column label="头å" width="80" column-key="filterAvatar" |
| | | :filters="[{ text: 'å·²ä¸ä¼ ', value: '1' }, { text: 'æªä¸ä¼ ', value: '0' }]"> |
| | | <template #default="scope"> |
| | | <el-avatar :src="scope.row.avatar" size="small"></el-avatar> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="ç»å½è´¦å·" prop="userName" width="150" sortable='custom' |
| | | column-key="filterUserName" |
| | | :filters="[{ text: 'ç³»ç»è´¦å·', value: '1' }, { text: 'æ®éè´¦å·', value: '0' }]"></el-table-column> |
| | | <el-table-column label="å§å" prop="name" width="150" sortable='custom'></el-table-column> |
| | | <el-table-column label="æå±è§è²" prop="groupName" width="200" sortable='custom'></el-table-column> |
| | | <el-table-column label="å å
¥æ¶é´" prop="date" width="170" sortable='custom'></el-table-column> |
| | | <el-table-column label="æä½" fixed="right" align="right" width="160"> |
| | | <template #default="scope"> |
| | | <el-button-group> |
| | | <el-button text type="primary" size="small" |
| | | @click="table_show(scope.row, scope.$index)">æ¥ç</el-button> |
| | | <el-button text type="primary" size="small" |
| | | @click="table_edit(scope.row, scope.$index)">ç¼è¾</el-button> |
| | | <el-popconfirm title="ç¡®å®å é¤åï¼" @confirm="table_del(scope.row, scope.$index)"> |
| | | <template #reference> |
| | | <el-button text type="primary" size="small">å é¤</el-button> |
| | | <el-aside width="200px" v-loading="showGrouploading"> |
| | | <el-container> |
| | | <el-main class="nopadding"> |
| | | <el-tree ref="group" class="menu" node-key="id" :data="group" :current-node-key="''" |
| | | :highlight-current="true" :expand-on-click-node="false" |
| | | :default-expanded-keys="[1]" :filter-node-method="groupFilterNode" |
| | | @node-click="groupClick"></el-tree> |
| | | </el-main> |
| | | </el-container> |
| | | </el-aside> |
| | | <el-container> |
| | | <el-header> |
| | | <div class="left-panel"> |
| | | <el-button type="primary" icon="el-icon-plus"></el-button> |
| | | <el-button type="danger" plain icon="el-icon-delete"></el-button> |
| | | <el-button type="primary" plain>导å
¥</el-button> |
| | | <el-button type="primary" plain>æ¹éæä½</el-button> |
| | | </div> |
| | | <div class="right-panel"> |
| | | <div class="right-panel-search"> |
| | | <el-select v-model="value" placeholder="Select" style="width: 240px"> |
| | | <el-option v-for="item in options" :key="item.value" :label="item.label" |
| | | :value="item.value" /> |
| | | </el-select> |
| | | <el-select v-model="value" placeholder="Select" style="width: 240px"> |
| | | <el-option v-for="item in options" :key="item.value" :label="item.label" |
| | | :value="item.value" /> |
| | | </el-select> |
| | | <el-input style="width: 240px" placeholder="请è¾å
¥å·¥ä½åç§°/ç¼å·" clearable></el-input> |
| | | <el-button type="primary" icon="el-icon-search"></el-button> |
| | | </div> |
| | | </div> |
| | | </el-header> |
| | | <el-main class="nopadding"> |
| | | <scTable ref="table" :apiObj="apiObj" @selection-change="selectionChange" stripe |
| | | remoteSort remoteFilter> |
| | | <el-table-column type="selection" width="50"></el-table-column> |
| | | <el-table-column label="å·¥ä½ç¼å·" prop="id" width="120" |
| | | sortable='custom'></el-table-column> |
| | | <el-table-column label="å·¥ä½åç§°" prop="id" width="120" |
| | | sortable='custom'></el-table-column> |
| | | <el-table-column label="å·¥ä½ç±»å" prop="id" width="120" |
| | | sortable='custom'></el-table-column> |
| | | <el-table-column label="工使¥å" prop="id" width="120" |
| | | sortable='custom'></el-table-column> |
| | | <el-table-column label="æä½" fixed="right" align="right" width="160"> |
| | | <template #default="scope"> |
| | | <el-button-group> |
| | | <el-button text type="primary" size="small" |
| | | @click="table_show(scope.row, scope.$index)">æ¥ç</el-button> |
| | | <el-button text type="primary" size="small" |
| | | @click="table_edit(scope.row, scope.$index)">ç¼è¾</el-button> |
| | | <el-popconfirm title="ç¡®å®å é¤åï¼" |
| | | @confirm="table_del(scope.row, scope.$index)"> |
| | | <template #reference> |
| | | <el-button text type="primary" size="small">å é¤</el-button> |
| | | </template> |
| | | </el-popconfirm> |
| | | </el-button-group> |
| | | </template> |
| | | </el-popconfirm> |
| | | </el-button-group> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table-column> |
| | | |
| | | </scTable> |
| | | </el-main> |
| | | </el-container> |
| | | </el-container> |
| | | </scTable> |
| | | </el-main> |
| | | </el-container> |
| | | </el-container> |
| | | </el-tab-pane> |
| | | |
| | | <el-tab-pane label="å·¥ä½ç»"> |
| | | <el-tab-pane label="å·¥ä½ç»" name="2"> |
| | | |
| | | </el-tab-pane> |
| | | |
| | |
| | | name: 'system', |
| | | data() { |
| | | return { |
| | | sys: { |
| | | name: "SCUI", |
| | | logoUrl: "", |
| | | login: true, |
| | | passwordRules: "^(?![0-9]+$)(?![a-zA-Z]+$)[0-9A-Za-z]{6,20}$", |
| | | copyright: "@SCUI" |
| | | }, |
| | | msg: { |
| | | open: true, |
| | | appKey: "", |
| | | secretKey: "" |
| | | }, |
| | | setting: [ |
| | | { |
| | | key: "file_serve", |
| | | value: "https://file.scui.com", |
| | | category: "url", |
| | | title: "æä»¶æå¡å¨å°å" |
| | | }, |
| | | { |
| | | key: "cloud_url", |
| | | value: "-", |
| | | category: "url", |
| | | title: "客æ·ç«¯å°å" |
| | | }, |
| | | { |
| | | key: "crm_url", |
| | | value: "-", |
| | | category: "url", |
| | | title: "CRMå°å" |
| | | }, |
| | | { |
| | | key: "autoSwitch", |
| | | value: true, |
| | | category: "user", |
| | | title: "èªå¨å¤æbooleanç±»å" |
| | | } |
| | | ] |
| | | activeName: '1', |
| | | group: [], |
| | | groupFilterText: '' |
| | | } |
| | | }, |
| | | created() { |
| | | this.$API.basicdata.getWorkstationGroup.get().then(res => { |
| | | if (res.code == 200) { |
| | | let data = this.formatData(res.data) |
| | | this.group = data |
| | | } |
| | | }) |
| | | }, |
| | | methods: { |
| | | formatData(data, current) { |
| | | let newData = [] |
| | | if (!current) { |
| | | newData = data.filter(item => item.parentId == 0).map(v => { |
| | | v.children = this.formatData(data, v) |
| | | return v |
| | | }) |
| | | } else { |
| | | let res = data.filter(v => v.parentId === current.id) |
| | | res = res.map(item => { |
| | | item.children = this.formatData(data, item) |
| | | return item |
| | | }) |
| | | return res |
| | | } |
| | | return newData |
| | | }, |
| | | groupFilterNode() { |
| | | |
| | | }, |
| | | groupClick() { |
| | | |
| | | }, |
| | | table_add() { |
| | | var newRow = { |
| | | key: "", |
| | |
| | | } |
| | | </script> |
| | | |
| | | <style> |
| | | </style> |
| | | <style></style> |