ÎļþÃû´Ó Source/UBCS-WEB/src/views/omd/dictbiz.vue ÐÞ¸Ä |
| | |
| | | size="small" |
| | | @click.stop="handleRowClick(scope.row)" |
| | | v-if="userInfo.role_name.includes('admin')" |
| | | >åå
¸é
ç½® |
| | | >æä¸¾é
ç½® |
| | | </el-button> |
| | | </template> |
| | | <template slot-scope="{row}" slot="code"> |
| | |
| | | <el-tag>{{ row.isSealed === 0 ? 'å¦' : 'æ¯' }}</el-tag> |
| | | </template> |
| | | </avue-crud> |
| | | <el-dialog :title="`[${dictValue}]åå
¸é
ç½®`" |
| | | <el-dialog :title="`[${dictValue}]æä¸¾é
ç½®`" |
| | | append-to-body |
| | | :visible.sync="box" |
| | | width="1000px"> |
| | |
| | | >å é¤ |
| | | </el-button> |
| | | </template> |
| | | <template slot-scope="scope" slot="menu"> |
| | | <el-button |
| | | type="text" |
| | | icon="el-icon-circle-plus-outline" |
| | | size="small" |
| | | @click.stop="handleAdd(scope.row,scope.index)" |
| | | v-if="userInfo.role_name.includes('admin')" |
| | | >æ°å¢å项 |
| | | </el-button> |
| | | </template> |
| | | <!-- <template slot-scope="scope" slot="menu">--> |
| | | <!-- <el-button--> |
| | | <!-- type="text"--> |
| | | <!-- icon="el-icon-circle-plus-outline"--> |
| | | <!-- size="small"--> |
| | | <!-- @click.stop="handleAdd(scope.row,scope.index)"--> |
| | | <!-- v-if="userInfo.role_name.includes('admin')"--> |
| | | <!-- >æ°å¢å项--> |
| | | <!-- </el-button>--> |
| | | <!-- </template>--> |
| | | <template slot-scope="{row}" slot="isSealed"> |
| | | <el-tag>{{ row.isSealed === 0 ? 'å¦' : 'æ¯' }}</el-tag> |
| | | </template> |
| | |
| | | add, |
| | | getDict, |
| | | getDictTree |
| | | } from "@/api/omd/dictbiz"; |
| | | import {optionParent, optionChild} from "@/option/system/dictbiz"; |
| | | } from "@/api/omd/dict"; |
| | | import {optionParent, optionChild} from "@/const/omd/dict"; |
| | | import {mapGetters} from "vuex"; |
| | | |
| | | export default { |