张诺
昨天 388181d90fe85f83a5e4772e2aaa8fc1412449c4
src/views/procurementManagement/purchaseOrder/index.vue
@@ -35,7 +35,7 @@
          </template>
        </el-table-column>
        <el-table-column label="总金额" prop="totalAmount" width="120">
          <template #default="{ row }">¥{{ row.totalAmount.toFixed(2) }}</template>
          <template #default="{ row }">¥{{ row.totalAmount.toFixed(3) }}</template>
        </el-table-column>
        <el-table-column label="创建时间" prop="createTime" width="180" />
        <el-table-column label="操作" width="200" align="center">