|
|
@@ -826,8 +826,8 @@ const teamQueryParams = reactive({
|
|
|
})
|
|
|
|
|
|
const rowStylePresets = [
|
|
|
- { tableWidth: '64%', backgroundColor: '#eef6ff', columnWidths: [1.5, 1.5, 1.5, 1.5, 1.5] },
|
|
|
- { tableWidth: '75%', backgroundColor: '#f2faef', columnWidths: [1.8, 1.8, 1.8, 1.8, 1.8] },
|
|
|
+ { tableWidth: '100%', backgroundColor: '#eef6ff', columnWidths: [1.5, 1.5, 1.5, 1.5, 1.5] },
|
|
|
+ { tableWidth: '100%', backgroundColor: '#f2faef', columnWidths: [1.8, 1.8, 1.8, 1.8, 1.8] },
|
|
|
{ tableWidth: '100%', backgroundColor: '#fff8e8', columnWidths: [2, 2, 2, 2, 2] }
|
|
|
]
|
|
|
const rankOptions = computed(() => getStrDictOptions(DICT_TYPE.RD_EXPERT_RANK))
|