|
@@ -37,7 +37,7 @@ import { getMapValueByKey } from '@/utils/filters'
|
|
import { appKey, musicSheetSourceType, musicSheetType } from '@/utils/constant'
|
|
import { appKey, musicSheetSourceType, musicSheetType } from '@/utils/constant'
|
|
import { getSelectDataFromObj } from '@/utils/objectUtil'
|
|
import { getSelectDataFromObj } from '@/utils/objectUtil'
|
|
import { sysApplicationPage } from '@views/menu-manage/api'
|
|
import { sysApplicationPage } from '@views/menu-manage/api'
|
|
-import {getOwnerName, copyText} from '@views/music-library/musicUtil'
|
|
|
|
|
|
+import { getOwnerName, copyText } from '@views/music-library/musicUtil'
|
|
import styles from './music-list.module.less'
|
|
import styles from './music-list.module.less'
|
|
import MusicCreateImg from '../modal/music-create-img'
|
|
import MusicCreateImg from '../modal/music-create-img'
|
|
import TheTooltip from '@components/TheTooltip'
|
|
import TheTooltip from '@components/TheTooltip'
|
|
@@ -106,10 +106,12 @@ export default defineComponent({
|
|
<TheTooltip content={row.name} />
|
|
<TheTooltip content={row.name} />
|
|
</NDescriptionsItem>
|
|
</NDescriptionsItem>
|
|
<NDescriptionsItem label="编号">
|
|
<NDescriptionsItem label="编号">
|
|
- <div onDblclick={() => {
|
|
|
|
- copyText(message,row.id)
|
|
|
|
- }}>
|
|
|
|
- <TheTooltip content={row.id}/>
|
|
|
|
|
|
+ <div
|
|
|
|
+ onDblclick={() => {
|
|
|
|
+ copyText(message, row.id)
|
|
|
|
+ }}
|
|
|
|
+ >
|
|
|
|
+ <TheTooltip content={row.id} />
|
|
</div>
|
|
</div>
|
|
</NDescriptionsItem>
|
|
</NDescriptionsItem>
|
|
</NDescriptions>
|
|
</NDescriptions>
|
|
@@ -688,21 +690,21 @@ export default defineComponent({
|
|
</NFormItem>
|
|
</NFormItem>
|
|
<NFormItem label="数据修复" path="dataCorrect">
|
|
<NFormItem label="数据修复" path="dataCorrect">
|
|
<NSelect
|
|
<NSelect
|
|
- v-model={[state.searchForm.dataCorrect, 'value']}
|
|
|
|
- placeholder="请选择数据修复"
|
|
|
|
- clearable
|
|
|
|
- options={
|
|
|
|
- [
|
|
|
|
- {
|
|
|
|
- label: '是',
|
|
|
|
- value: true
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- label: '否',
|
|
|
|
- value: false
|
|
|
|
- }
|
|
|
|
- ] as any
|
|
|
|
- }
|
|
|
|
|
|
+ v-model={[state.searchForm.dataCorrect, 'value']}
|
|
|
|
+ placeholder="请选择数据修复"
|
|
|
|
+ clearable
|
|
|
|
+ options={
|
|
|
|
+ [
|
|
|
|
+ {
|
|
|
|
+ label: '是',
|
|
|
|
+ value: true
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ label: '否',
|
|
|
|
+ value: false
|
|
|
|
+ }
|
|
|
|
+ ] as any
|
|
|
|
+ }
|
|
/>
|
|
/>
|
|
</NFormItem>
|
|
</NFormItem>
|
|
<NFormItem>
|
|
<NFormItem>
|