|
@@ -74,7 +74,7 @@ const { loadDictData, getOptions, getDictionaryName } = useGetDictList();
|
|
|
const table = ref(null)
|
|
const table = ref(null)
|
|
|
const loading = ref(false)
|
|
const loading = ref(false)
|
|
|
const tableData = ref([]);
|
|
const tableData = ref([]);
|
|
|
-const totalRevenue = ref(0)
|
|
|
|
|
|
|
+const totalRevenue = ref(0.00)
|
|
|
|
|
|
|
|
const dynamicFormItems = ref([
|
|
const dynamicFormItems = ref([
|
|
|
{
|
|
{
|