Newer
Older
Nanping_sponge_JXKH / src / views / projectCompletionStatus / index.js
@liyingjing liyingjing on 1 Nov 517 bytes '绩效考核修改‘
import {
    ref,
} from "vue";
export const top = ref({
    xdata: ['2021', '2022', '2023', '项目总数'],
    data: [4.2, 3.5, 2.9, 7.8],
    color: ['#86D882'],
    name:'开工项目'
});
export const center = ref({
    xdata: ['2021', '2022', '2023'],
    data: [42.2, 32.5, 2.9, 7.8, 5, 3],
    color: ['#159AFF'],
    name:'完工项目'

});
export const foot = ref({
    xdata: ['2021', '2022', '2023'],
    data: [224.222, 3.5, 2.9, 7.8, 5, 3],
    color: ['#F8AA45'],
    name:'项目投资(万元)'

});